@@ -2,9 +2,7 @@ FROM costbase:latest
WORKDIR /home/ConstructionCost
-RUN git checkout master
-
-RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionCost master
+COPY . /home/ConstructionCost
RUN cnpm install