Co-authored-by: NPM Mirror Bot <npmmirror@localhost>
This commit is contained in:
Non-Official NPM Mirror Bot 2022-02-14 16:47:03 +08:00 committed by GitHub
parent 8342e01afc
commit 86b7c871f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM node:latest
WORKDIR /usr/src/app/
COPY package.json ./
RUN npm install --silent --no-cache --registry=https://registry.npm.taobao.org
RUN npm install --silent --no-cache --registry=https://registry.npmmirror.com
COPY ./ ./