@@ -1,6 +1,6 @@
FROM server:2.0
-COPY ../../ConstructionCost ConstructionCost
+COPY . ConstructionCost
WORKDIR ConstructionCost
@@ -8,6 +8,4 @@ RUN cnpm install
EXPOSE 3300
-
+ENTRYPOINT babel-node socket.js
@@ -0,0 +1,11 @@
+FROM server:2.0
+
+WORKDIR ConstructionCost
+RUN cnpm install
+EXPOSE 3300