Skip to content

Commit

Permalink
Enable corepack before yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
AndesKrrrrrrrrrrr committed Nov 15, 2024
1 parent 7ac291f commit 83c96ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV NODE_OPTIONS=--openssl-legacy-provider

COPY infra/package.json infra/yarn.lock /app/infra/
COPY .yarn/ ./.yarn
RUN yarn install --immutable
RUN ls -lah && id && pwd && cat package.json && corepack enable && yarn install --immutable

COPY infra/ /app/infra/
COPY apps /app/apps/
Expand Down

0 comments on commit 83c96ef

Please sign in to comment.