I was wondering if it is possible/necessary to indicate in the Procfile that app.py is in another directory. For example, my directory is like this:
root
│ Procfile
|
└───backend
│ │ app.py
Should the Procfile be
web: gunicorn app:app
like usual? Or is there something that indicates app.py is in the backend directory? Any help is appreciated