mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-03 07:02:10 +08:00
Merge pull request #1471 from npmmirror/master
update https://registry.npm.taobao.org to https://registry.npmmirror.com
This commit is contained in:
commit
6f6501cf10
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user