fix: Remove unnecessary 'uvicorn' command from docker-compose.override.yml
This commit is contained in:
@@ -31,7 +31,6 @@ services:
|
|||||||
# Override command for development with reload
|
# Override command for development with reload
|
||||||
command:
|
command:
|
||||||
[
|
[
|
||||||
"uvicorn",
|
|
||||||
"main:app",
|
"main:app",
|
||||||
"--host",
|
"--host",
|
||||||
"0.0.0.0",
|
"0.0.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user