how do I setup gunicorn so my flask server works online?
I can’t seem to figure this out in railway
Solution:Jump to solution
a Procfile is a heroku thing, when on railway you should use a railway.json file -
https://github.com/railwayapp-templates/flask/blob/main/railway.json...
4 Replies
Project ID:
N/A
N/A
I tried using a procfile but railway didn’t seem to detect that’s
Solution
a Procfile is a heroku thing, when on railway you should use a railway.json file -
https://github.com/railwayapp-templates/flask/blob/main/railway.json
Awesome thanks