fix(backend): set uvicorn app-dir for src layout runtime
This commit is contained in:
@@ -23,6 +23,8 @@ services:
|
||||
command:
|
||||
- "uvicorn"
|
||||
- "backend.main:app"
|
||||
- "--app-dir"
|
||||
- "/app/src"
|
||||
- "--host"
|
||||
- "0.0.0.0"
|
||||
- "--port"
|
||||
|
||||
Reference in New Issue
Block a user