Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 147 Bytes

File metadata and controls

9 lines (8 loc) · 147 Bytes

run fastapi-docker locally

uvicorn app.main:app --reload

run docker image

docker run huynhthviet/dockerhub:fastapi-docker