Skip to content

Commit

Permalink
add while loop in Procfile (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Oct 14, 2021
1 parent f77849a commit d333e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# https://help.heroku.com/ROG3H81R/why-does-sigterm-handling-not-work-correctly-in-nodejs-with-npm

# web: probot run ./dist/bin/main.js
web: node ./dist/bin/main.js
web: bash -c 'while true; do echo -e "\n\n\nOSSChat START AT $(date)\n\n\n"; node ./dist/bin/main.js; done'

0 comments on commit d333e29

Please sign in to comment.