Browse Source
Co-authored-by: NPM Mirror Bot <npmmirror@localhost>
pull/9596/head
Non-Official NPM Mirror Bot
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 ./ ./ |
|
|
|
|
|
|
|
|