Skip to content

Commit

Permalink
fix: module not found
Browse files Browse the repository at this point in the history
  • Loading branch information
phillychi3 committed Dec 26, 2024
1 parent 9e71d5b commit 1b165b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN pnpm prune --prod
FROM node:22-alpine AS deployer

COPY --from=builder /app/build build/
EXPOSE 3000
COPY --from=builder /app/node_modules node_modules/

EXPOSE 3000
ENV NODE_ENV=production
CMD [ "node", "build" ]

0 comments on commit 1b165b0

Please sign in to comment.