We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c85af5 commit 578271eCopy full SHA for 578271e
Dockerfile
@@ -6,7 +6,7 @@ RUN git clone --depth 1 https://github.com/ReaJason/MemShellParty.git . && \
6
rm -rf vul integration-test tools
7
8
# https://hub.docker.com/r/oven/bun
9
-FROM --platform=$BUILDPLATFORM oven/bun:1.3.2 AS frontend
+FROM --platform=$BUILDPLATFORM oven/bun:1.3.4 AS frontend
10
11
ARG ROUTE_ROOT_PATH="/"
12
ARG CONTEXT_PATH=""
@@ -16,7 +16,7 @@ WORKDIR /usr/src/web
16
ENV VITE_APP_API_URL=${CONTEXT_PATH} \
17
VITE_APP_BASE_PATH=${ROUTE_ROOT_PATH}
18
19
-COPY --from=source /usr/src/web/package.json /usr/src/web/bun.lockb /usr/src/web/
+COPY --from=source /usr/src/web/package.json /usr/src/web/bun.lock /usr/src/web/
20
21
RUN bun install --frozen-lockfile
22
0 commit comments