Browse Source

change node version

Dotos 9 years ago
parent
commit
9fa3bfeb06
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -12,5 +12,6 @@ COPY . /usr/src/app
 ENV PORT 80
 EXPOSE 80
 
-ENTRYPOINT ["node", "app.js"]
+# ENTRYPOINT ["node", "app.js"]
 # CMD forever start --minUptime 1000 --spinSleepTime 1000 ./bin/www
+# CMD npm start