Skip to content

Commit

Permalink
feat: use npmmirror in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkWard committed Jan 2, 2025
1 parent b69833c commit f1d2152
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 @@ -14,7 +14,7 @@ FROM node:18 AS develop-node
WORKDIR /root/running_page
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.npmjs.org/ \
RUN npm config set registry https://registry.npmmirror.com \
&& corepack enable \
&& pnpm install

Expand Down

0 comments on commit f1d2152

Please sign in to comment.