update ecr-build
Some checks failed
Backend EC - Modal Deployment / build-and-push (push) Successful in 11m0s
Backend EC - Modal Deployment / notify-deploy (push) Failing after 2m17s

This commit is contained in:
DatTT127
2026-07-19 22:03:22 +07:00
parent 7967a0f55e
commit a3a3d6a830
5 changed files with 63 additions and 22 deletions

View File

@@ -97,7 +97,7 @@ export SUPABASE_URL="https://<ref>.supabase.co"
export SUPABASE_SERVICE_ROLE_KEY="..."
export EMBED_QUERY_MOCK=1 # PoC until embedder wired
PYTHONPATH=. uvicorn backend.main:app --host 127.0.0.1 --port 8000
PYTHONPATH=. uvicornbackend.platform_server:app --host 127.0.0.1 --port 8000
```
```bash

View File

@@ -4,7 +4,7 @@
*
* Start backend first (from CODEBASE root):
* MODAL_MEDGEMMA_ENDPOINT=... EXA_API_KEY=... SUPABASE_URL=... \\
* PYTHONPATH=. uvicorn backend.main:app --host 127.0.0.1 --port 8000
* PYTHONPATH=. uvicornbackend.platform_server:app --host 127.0.0.1 --port 8000
*
* Usage:
* BFF_BASE_URL=http://127.0.0.1:8000 npm run smoke:bff