zhangweicheng 8 vuotta sitten
vanhempi
commit
139e788e98
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

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