Skip to content

Commit

Permalink
fix: frontend docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed May 20, 2024
1 parent e895ba4 commit a909710
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 @@ -53,6 +53,7 @@ CMD pnpm show-config;pnpm electric:up;pnpm backend start
FROM with-deps AS frontend
COPY packages/frontend/ ./packages/frontend/
COPY packages/electric-client/ ./packages/electric-client/
COPY packages/pdf/ ./packages/pdf/
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

Expand Down

0 comments on commit a909710

Please sign in to comment.