feat: add Docker support with Dockerfile, docker-compose, and startup scripts
This commit is contained in:
1
start_fastapi.sh
Executable file
1
start_fastapi.sh
Executable file
@@ -0,0 +1 @@
|
||||
gunicorn -k uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000 main:app
|
||||
Reference in New Issue
Block a user