Files
chore/backend/wsgi.py
T
ryan 7e4a08d415
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m18s
feat: update Gunicorn command to use wsgi:app and add wsgi.py for application entry point
2026-07-30 00:29:41 -04:00

5 lines
67 B
Python

from gevent import monkey
monkey.patch_all()
from main import app