Skip to content

Commit

Permalink
Merge pull request #2233 from WarpWing/patch-14
Browse files Browse the repository at this point in the history
Added COREPACK to bypass pnpm version check on Dockerfile
  • Loading branch information
metalcupcake5 authored Apr 19, 2024
2 parents ec959b6 + 362e952 commit dcc19cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN mkdir -p /skycrypt
WORKDIR '/skycrypt'
COPY . /skycrypt

ENV COREPACK_ENABLE_STRICT=0
RUN npm install -g pnpm
RUN pnpm i

Expand Down

0 comments on commit dcc19cd

Please sign in to comment.