zhangweicheng hace 7 años
padre
commit
ef03dc0a53
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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