@@ -0,0 +1,19 @@
+FROM constructioncost:1.0
+
+COPY . ConstructionCost
+WORKDIR ConstructionCost
+RUN cnpm install -g gulp
+RUN cnpm install
+RUN gulp build
+EXPOSE 6060
+ENV NODE_ENV=qa
+ENTRYPOINT babel-node server.js