How can I modify Procfile to run Gunicorn process in a non-standard folder on Heroku?

Try:

web: gunicorn --pythonpath app app.wsgi

Leave a Comment