Selaa lähdekoodia

fix(bash): docker build problem

gemercheung 3 vuotta sitten
vanhempi
commit
371ed0fa45
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

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