Merge pull request #1471 from npmmirror/master

update https://registry.npm.taobao.org to https://registry.npmmirror.com
This commit is contained in:
binaryify 2022-02-11 22:20:32 +08:00 committed by GitHub
commit 6f6501cf10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ FROM node:lts-alpine
WORKDIR /app
COPY . /app
RUN npm config set registry "https://registry.npm.taobao.org/" \
RUN npm config set registry "https://registry.npmmirror.com/" \
&& npm install -g npm husky \
&& npm install --production