zhangweicheng 7 years atrás
parent
commit
f9d044cc66
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile_qa

+ 2 - 2
Dockerfile_qa

@@ -4,9 +4,9 @@ COPY . ConstructionCost
 
 WORKDIR ConstructionCost
 
-RUN npm install -g gulp
+RUN cnpm install -g gulp
 
-RUN npm install
+RUN cnpm install
 
 RUN gulp build