Testing new implementation in command section in docker-compose file
This commit is contained in:
parent
792d771667
commit
8951f73c53
1 changed files with 1 additions and 1 deletions
|
|
@ -9,4 +9,4 @@ services:
|
|||
ports:
|
||||
- "8000:8000"
|
||||
restart: unless-stopped
|
||||
command: uvicorn api:app --host 0.0.0.0 --port 8000
|
||||
command: python init_db.py && uvicorn api:app --host 0.0.0.0 --port 8000
|
||||
|
|
|
|||
Loading…
Reference in a new issue