@@ -1,14 +1,16 @@
FROM costbase:2.0
-WORKDIR /home/ConstructionCost
+RUN rename /home/ConstructionCost /home/YangHuCost
-COPY . /home/ConstructionCost
+WORKDIR /home/YangHuCost
+
+COPY . /home/YangHuCost
RUN cnpm install
RUN gulp build
-EXPOSE 6060
+EXPOSE 2060
ENV NODE_ENV=prod
ENV NODE_ENV=pp
ENV NODE_ENV=qa