Sfoglia il codice sorgente

fix(bash): docker build problem

gemercheung 3 anni fa
parent
commit
371ed0fa45
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -4,6 +4,7 @@ WORKDIR /usr/src/app
 
 
 COPY . .
 COPY . .
 
 
+RUN npm config set registry https://registry.npmmirror.com/
 RUN npm install -g npm
 RUN npm install -g npm
 RUN npm install
 RUN npm install