Flask project deployment
bravealex1
TRIALOP

2 years ago

Hi,

It seems like I'm having some trouble deploying my project. I checked the logs, and it gives an error stating that no start command could be found. I was wondering if I need to enter a specific start command. Thank you.

Regards,

Alex

View Deploy details

ⓘ Deployment information is only viewable by Project members and Railway admins.

1 Replies

brody
EMPLOYEE

2 years ago

You would need to use a railway.json file that specifies a start command using gunicorn, as shown here -

https://github.com/railwayapp-templates/flask/blob/main/railway.json


Loading...