Explorar el Código

add Dockerfile

zhangweicheng hace 8 años
padre
commit
291e063992
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. 13 0
      Dockerfile

+ 13 - 0
Dockerfile

@@ -0,0 +1,13 @@
+FROM server:2.0
+
+COPY . ConstructionCost
+
+WORKDIR ConstructionCost
+
+RUN cnpm install 
+
+EXPOSE 6060
+
+ENTRYPOINT babel-node server.js
+
+