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