Преглед изворни кода

fix(bash): docker build problem

gemercheung пре 3 година
родитељ
комит
371ed0fa45
1 измењених фајлова са 1 додато и 0 уклоњено
  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