fix: Remove unnecessary 'uvicorn' command from docker-compose.override.yml

This commit is contained in:
2025-11-12 18:17:04 +01:00
parent 1f892ebdbb
commit 44a3bfc1bf

View File

@@ -31,7 +31,6 @@ services:
# Override command for development with reload
command:
[
"uvicorn",
"main:app",
"--host",
"0.0.0.0",