Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 207 Bytes

commands.md

File metadata and controls

8 lines (6 loc) · 207 Bytes
docker build -t demo-fastapi .
docker create network 
docker run -p 8008:8000 --network demo-fastapi -e TZ=Asia/Shanghai --name demo-fastapi -dit demo-fastapi

uvicorn app.main:app --port 8000