Skip to content

Commit 1b165b0

Browse files
committed
fix: module not found
1 parent 9e71d5b commit 1b165b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/web/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ RUN pnpm prune --prod
1616
FROM node:22-alpine AS deployer
1717

1818
COPY --from=builder /app/build build/
19-
EXPOSE 3000
19+
COPY --from=builder /app/node_modules node_modules/
2020

21+
EXPOSE 3000
22+
ENV NODE_ENV=production
2123
CMD [ "node", "build" ]

0 commit comments

Comments
 (0)