zhangweicheng 7 vuotta sitten
vanhempi
commit
ef03dc0a53
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile_qa

+ 1 - 1
Dockerfile_qa

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