You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I would like to know if it is a good idea to use hatch not for a library but for a FastApi project.
If so how I am supposed to run the fast api in a container?
How should I install the dependencies in a container and run it with uvicorn
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I would like to know if it is a good idea to use hatch not for a library but for a FastApi project.
If so how I am supposed to run the fast api in a container?
How should I install the dependencies in a container and run it with uvicorn
how I would replace this
uvicorn main:app --reload
Beta Was this translation helpful? Give feedback.
All reactions