@@ -1,10 +1,8 @@
-FROM server:3.0
+FROM costbase:latest
-COPY . ConstructionCost
+WORKDIR /home/ConstructionCost
-WORKDIR ConstructionCost
-
-RUN cnpm install -g gulp
+RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionCost master
RUN cnpm install