Skip to content

Commit 16a2e4b

Browse files
committed
WIP feedback
1 parent 39b5d55 commit 16a2e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ COPY .env ./
5151
COPY --from=builder /app/.output ./.output
5252
COPY --from=builder /app/package.json ./package.json
5353
COPY --from=builder /app/pnpm-lock.yaml ./pnpm-lock.yaml
54-
COPY --from=builder /app/node_modules ./node_modules
54+
RUN pnpm install --frozen-lockfile
5555

5656
EXPOSE 3000
5757

0 commit comments

Comments
 (0)