Error: No start command could be found

marcelo2112
TRIAL

a year ago

I have my Flask application with my environment variables defined and my Procfile with the following content:

web: gunicorn -w 4 -b 0.0.0.0:$PORT src.app

The error message I get is:
Error: No start command could be found flask

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

Solved

1 Replies

Ensure that you have a start command configured in your service. https://docs.railway.app/guides/start-command


Status changed to Solved Railway about 1 year ago


Error: No start command could be found - Railway Help Station