Co-authored-by: NPM Mirror Bot <npmmirror@localhost>
This commit is contained in:
parent
8342e01afc
commit
86b7c871f2
|
|
@ -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 ./ ./
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue