zhangweicheng %!s(int64=8) %!d(string=hai) anos
pai
achega
ae1e156d35
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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
-
-