zhangweicheng 7 years ago
parent
commit
3c030c48c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile_qa

+ 1 - 1
Dockerfile_qa

@@ -6,7 +6,7 @@ WORKDIR ConstructionCost
 
 
 RUN cnpm install -g gulp
 RUN cnpm install -g gulp
 
 
-RUN cnpm install
+RUN npm install
 
 
 RUN gulp build
 RUN gulp build