Browse Source

test forever

dotos 9 năm trước cách đây
mục cha
commit
c8b465e312
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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