Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ericboucher committed Jul 16, 2024
1 parent 16ad4ed commit 11bc346
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ COPY --from=builder /app/out/pnpm-lock.yaml ./pnpm-lock.yaml
COPY --from=builder /app/out/full/ .

RUN HUSKY=0 pnpm install && \
pnpm build --scope='@wfp-dmp/backend' && \
cd packages/interfaces && pnpm build && \
cd ../../apps/backend && pnpm build && \
cd ../.. && \
rm -rf **/src **/.turbo node_modules **/node_modules && \
pnpm install --production

Expand Down

0 comments on commit 11bc346

Please sign in to comment.