Open spherulitic opened 1 year ago
See tutorial here:
https://blog.kmmanoj.me/deploying-a-scalable-flask-app-using-gunicorn-and-nginx-in-docker-part-1-3344f13c9649
NOTE: Gunicorn will look for a WSGI callable named application if not specified. Hence, the app.py contains the variable named application on purpose.
See tutorial here:
https://blog.kmmanoj.me/deploying-a-scalable-flask-app-using-gunicorn-and-nginx-in-docker-part-1-3344f13c9649
NOTE: Gunicorn will look for a WSGI callable named application if not specified. Hence, the app.py contains the variable named application on purpose.