Co-authored-by: NPM Mirror Bot <npmmirror@localhost>
This commit is contained in:
NPM Mirror Bot 2022-02-12 07:21:30 +08:00 committed by GitHub
parent 79cddeafa1
commit 1823093a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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