@@ -4,9 +4,9 @@ COPY . ConstructionCost
WORKDIR ConstructionCost
-RUN npm install -g gulp
+RUN cnpm install -g gulp
-RUN npm install
+RUN cnpm install
RUN gulp build