Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Apr 23, 2024
1 parent ab91884 commit a8c9338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ CMD pnpm electric:up;pnpm backend start
FROM with-deps AS frontend
COPY packages/frontend/ ./packages/frontend/
COPY --from=with-deps /usr/src/app/packages/frontend/node_modules ./packages/frontend/node_modules
COPY --from=with-deps /usr/src/app/packages/frontend/styled-system ./packages/frontend/styled-system

RUN pnpm frontend build
CMD ["pnpm", "frontend", "preview"]

0 comments on commit a8c9338

Please sign in to comment.