Testing if this will fix bash exit before Gunicorn ran...

This commit is contained in:
Donald Zou
2024-08-04 15:29:07 -04:00
parent c57a5128e5
commit 0c37d93c01
3 changed files with 12 additions and 2 deletions

View File

@@ -9,4 +9,4 @@ workers = 1
threads = 1
bind = f"{app_host}:{app_port}"
daemon = True
pidfile = './gunicorn.pid'
pidfile = './gunicorn.pid'