Explorar el Código

update dockerfile for babel start

zhangweicheng hace 8 años
padre
commit
22ea087381
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -8,6 +8,6 @@ RUN cnpm install
 
 EXPOSE 6080
 
-ENTRYPOINT node operation.js
+ENTRYPOINT babel-node operation.js