run.sh: show access logfile on stdout

This commit is contained in:
bretello 2024-06-14 20:35:25 +02:00
parent d7562e7da2
commit e8e69d76a8
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

2
run.sh
View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
. .venv/bin/activate
gunicorn --bind 0.0.0.0:8080 app:app
gunicorn --bind 0.0.0.0:8080 --access-logfile - app:app