zhangweicheng 8 년 전
부모
커밋
ae1e156d35
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      Dockerfile

+ 1 - 3
Dockerfile

@@ -4,10 +4,8 @@ COPY . ConstructionOperation
 
 WORKDIR ConstructionOperation
 
-RUN npm install
+RUN cnpm install
 
 EXPOSE 6080
 
 ENTRYPOINT babel-node operation.js
-
-