Browse Source

test forever

dotos 9 years ago
parent
commit
c8b465e312
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -12,4 +12,4 @@ COPY . /usr/src/app
 EXPOSE 3000
 
 #ENTRYPOINT ["node", "app.js"]
-CMD forever start ./bin/www
+CMD forever start --minUptime 1000 --spinSleepTime 1000 ./bin/www