Skip to content

Commit 578271e

Browse files
committed
build: bun.lockb not found
1 parent 7c85af5 commit 578271e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN git clone --depth 1 https://github.com/ReaJason/MemShellParty.git . && \
66
rm -rf vul integration-test tools
77

88
# https://hub.docker.com/r/oven/bun
9-
FROM --platform=$BUILDPLATFORM oven/bun:1.3.2 AS frontend
9+
FROM --platform=$BUILDPLATFORM oven/bun:1.3.4 AS frontend
1010

1111
ARG ROUTE_ROOT_PATH="/"
1212
ARG CONTEXT_PATH=""
@@ -16,7 +16,7 @@ WORKDIR /usr/src/web
1616
ENV VITE_APP_API_URL=${CONTEXT_PATH} \
1717
VITE_APP_BASE_PATH=${ROUTE_ROOT_PATH}
1818

19-
COPY --from=source /usr/src/web/package.json /usr/src/web/bun.lockb /usr/src/web/
19+
COPY --from=source /usr/src/web/package.json /usr/src/web/bun.lock /usr/src/web/
2020

2121
RUN bun install --frozen-lockfile
2222

0 commit comments

Comments
 (0)