feat: update Gunicorn command to use wsgi:app and add wsgi.py for application entry point
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m18s
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m18s
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from gevent import monkey
|
||||
monkey.patch_all()
|
||||
|
||||
from main import app
|
||||
Reference in New Issue
Block a user