Skip to content

Commit

Permalink
downgrade yarn in pnpm yarnpkg/yarn#9015
Browse files Browse the repository at this point in the history
  • Loading branch information
0xperp committed Jun 6, 2024
1 parent 53b3873 commit 959e463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ FROM --platform=linux/amd64 node:20-alpine AS installer
COPY --from=builder /app/out/json .
COPY --from=builder /app/out/pnpm-lock.yaml\* ./

RUN yarn policies set-version 1.22.1
RUN yarn global add [email protected] && pnpm fetch --prod && pnpm install -r --offline

COPY --from=builder /app/out/full .
Expand Down

0 comments on commit 959e463

Please sign in to comment.