@@ -4,7 +4,7 @@ COPY . ConstructionOperation
WORKDIR ConstructionOperation
-RUN cnpm install
+RUN npm install
EXPOSE 6080