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