Explorar el Código

更新 'Dockerfile'

sckj hace 3 años
padre
commit
83691cdda5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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