Browse Source

update https://registry.npm.taobao.org to https://registry.npmmirror.com (#9592)

Co-authored-by: NPM Mirror Bot <npmmirror@localhost>
pull/9596/head
Non-Official NPM Mirror Bot 4 years ago
committed by GitHub
parent
commit
86b7c871f2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile.dev

2
Dockerfile.dev

@ -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…
Cancel
Save