Heroku Flask Gunicorn Procfile Example

I couldn’t figure out gunicorns setup syntax easily through google searches.

it’s DOTTED.PYTHON.PATH.TO.MODULE:APP_NAME

web: gunicorn my_folder.my_module:app -b 0.0.0.0$PORT -w 3

Leave a Comment