zhangweicheng 7 年 前
コミット
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
-
-