|
@@ -1,11 +1,9 @@
|
|
|
-FROM constructioncost:1.0
|
|
|
+FROM costbase:latest
|
|
|
|
|
|
WORKDIR home/ConstructionCost
|
|
|
|
|
|
RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionCost master
|
|
|
|
|
|
-RUN cnpm install -g gulp
|
|
|
-
|
|
|
RUN cnpm install
|
|
|
|
|
|
RUN gulp build
|
|
@@ -15,5 +13,3 @@ EXPOSE 6060
|
|
|
ENV NODE_ENV=qa
|
|
|
|
|
|
ENTRYPOINT babel-node server.js
|
|
|
-
|
|
|
-
|