@@ -4,7 +4,7 @@ WORKDIR /home/ConstructionCost
COPY package.json /home/ConstructionCost/
-RUN cnpm install
+RUN npm install
FROM base-alpine-new-node:latest