zhangweicheng пре 8 година
родитељ
комит
ae1e156d35
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      Dockerfile

+ 1 - 3
Dockerfile

@@ -4,10 +4,8 @@ COPY . ConstructionOperation
 
 WORKDIR ConstructionOperation
 
-RUN npm install
+RUN cnpm install
 
 EXPOSE 6080
 
 ENTRYPOINT babel-node operation.js
-
-