Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…rror.com (DIYgod#9078)

Co-authored-by: NPM Mirror Bot <npmmirror@localhost>
  • Loading branch information
npmmirror and NPM Mirror Bot authored Feb 11, 2022
1 parent 79cddea commit 1823093
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 @@ COPY ./yarn.lock /app
COPY ./package.json /app

RUN if [ "$USE_CHINA_NPM_REGISTRY" = 1 ]; then \
echo 'use npm mirror'; npm config set registry https://registry.npm.taobao.org; \
echo 'use npm mirror'; npm config set registry https://registry.npmmirror.com; \
fi;

RUN npm i -g npm
Expand Down

0 comments on commit 1823093

Please sign in to comment.