How can I modify Procfile to run Gunicorn process in a non-standard folder on Heroku? March 12, 2023 by Tarik Try: web: gunicorn --pythonpath app app.wsgi