From 8951f73c53044ed65353bb47722be1d03ccae3af Mon Sep 17 00:00:00 2001 From: Fanilo-Nantenaina Date: Tue, 30 Dec 2025 18:36:30 +0300 Subject: [PATCH] Testing new implementation in command section in docker-compose file --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 67c8207..4452ed6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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