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

+ 1 - 1
Dockerfile

@@ -4,7 +4,7 @@ COPY . ConstructionOperation
 
 WORKDIR ConstructionOperation
 
-RUN cnpm install
+RUN npm install
 
 EXPOSE 6080