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