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 3, 2025
1 parent 8cd7772 commit 6e7746c
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 6e7746c

Please sign in to comment.