Skip to content

Commit

Permalink
docker: Preinstall pnpm for the worker job to prevent downloading it …
Browse files Browse the repository at this point in the history
…on startup. #666
  • Loading branch information
MohamedBassem committed Nov 18, 2024
1 parent dd20fb7 commit 33acf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ COPY --from=base --chown=node:node /app/apps/web/.next/static ./apps/web/.next/s
# Prepare the workers app
######################
COPY --from=base /prod/workers /app/apps/workers
RUN corepack enable
RUN corepack enable && corepack install

ENTRYPOINT ["/init"]

Expand Down

0 comments on commit 33acf87

Please sign in to comment.