zhangweicheng hace 8 años
padre
commit
139e788e98
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

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