Skip to content

Commit

Permalink
Add gunicorn logger
Browse files Browse the repository at this point in the history
  • Loading branch information
JanisV committed Oct 14, 2024
1 parent 007fae1 commit 4c0547e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ while true; do
echo Deploy command failed, retrying in 5 secs...
sleep 5
done
gunicorn -b :5000 app:app
gunicorn -b :5000 --access-logfile - --error-logfile - app:app

0 comments on commit 4c0547e

Please sign in to comment.