fix(ci): correct backend ASGI path for runtime black-box lane
All checks were successful
CICD Start / Sanity and Base Decision (push) Successful in 21s
CICD Start / Sanity and Base Decision (pull_request) Successful in 40s

This commit is contained in:
copilotcoder
2026-07-03 21:58:36 -04:00
parent 3a47f3f154
commit 6da60e6beb
4 changed files with 11 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ services:
- "8001:8000"
command:
- "uvicorn"
- "main:app"
- "backend.main:app"
- "--host"
- "0.0.0.0"
- "--port"