Deploy app Fast Api Python

karmiguel
TRIAL

a year ago

I would like a tutorial, help on how to deploy my fast api application with dockerfile and database in a docker image, as it is only giving: [FATAL tini (7)] exec uvicorn failed: No such file or directory

View Deploy details

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

1 Replies

a year ago

You need to install uvicorn, make sure it's in your requirements.txt file.