Skip to content

Commit

Permalink
feat: install pnpm through mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkWard committed Jan 2, 2025
1 parent f1d2152 commit a938784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY ./package.json /root/running_page/package.json
COPY ./pnpm-lock.yaml /root/running_page/pnpm-lock.yaml
RUN npm config set registry https://registry.npmmirror.com \
&& corepack enable \
&& pnpm install
&& COREPACK_NPM_REGISTRY=https://registry.npmmirror.com pnpm install

FROM develop-py AS data
ARG app
Expand Down

0 comments on commit a938784

Please sign in to comment.