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 39b5d55 commit 16a2e4bCopy full SHA for 16a2e4b
Dockerfile
@@ -51,7 +51,7 @@ COPY .env ./
51
COPY --from=builder /app/.output ./.output
52
COPY --from=builder /app/package.json ./package.json
53
COPY --from=builder /app/pnpm-lock.yaml ./pnpm-lock.yaml
54
-COPY --from=builder /app/node_modules ./node_modules
+RUN pnpm install --frozen-lockfile
55
56
EXPOSE 3000
57
0 commit comments