Deploy app Fast Api Python
karmiguel
TRIALOP

2 years 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

2 years ago

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


Loading...