how to setup Procfile heroku code example
Example: Procfile
web: gunicorn app:app
^ | ^
gunicorn as | main app name
server |
web: gunicorn app:app
^ | ^
gunicorn as | main app name
server |