Browse Source

change node version

Dotos 9 years ago
parent
commit
8344102baa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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