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

+ 1 - 2
Dockerfile

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