Skip to content

Commit

Permalink
fix: Manually grab latest corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Feb 3, 2025
1 parent 955d855 commit 702ceeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/webservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"

RUN npm install -g turbo
RUN npm install -g corepack@latest
RUN corepack enable pnpm

FROM builder AS installer
Expand Down

0 comments on commit 702ceeb

Please sign in to comment.