zhangweicheng 8 năm trước cách đây
mục cha
commit
ae1e156d35
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  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
-
-