Browse Source

更新 'Dockerfile'

sckj 3 years ago
parent
commit
1b7d1bdbd5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -4,7 +4,7 @@ WORKDIR /code
 
 ADD package.json /code
 
-RUN npm install --registry=https://registry.npmmirror.com
+RUN npm install
 
 ADD . /code