Skip to content

Commit

Permalink
fix: update gunicorn run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Valbou committed Nov 23, 2023
1 parent a1daa6e commit 121e41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source ../bin/activate

gunicorn src.flask:app --bind=0.0.0.0
gunicorn src.flask:app --bind=0.0.0.0 --access-logfile access.log --error-logfile errors.log --log-level 'warning'

0 comments on commit 121e41c

Please sign in to comment.