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
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
a year ago
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