NPM Mirror Bot
2022-02-11 22:09:47 -05:00
parent 74a4dc3c71
commit 772853e9d8
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /app
COPY package.json /app/
RUN npm i --registry=https://registry.npm.taobao.org \
RUN npm i --registry=https://registry.npmmirror.com \
&& rm -rf ~/.npm
COPY src /app/src