@@ -0,0 +1,13 @@
+FROM server:2.0
+
+COPY . ConstructionOperation
+WORKDIR ConstructionOperation
+RUN cnpm install
+EXPOSE 6080
+ENTRYPOINT node operation.js