feat: adds Containerfile with frontend serving
Some checks failed
ci / ruff (push) Successful in 4s
ci / ty (push) Failing after 4s
ci / tests (push) Failing after 8s

This commit is contained in:
Iain Learmonth 2026-06-22 14:24:34 +01:00
parent c28b4dc37b
commit 9e1d6026b5
5 changed files with 56 additions and 7 deletions

View file

@ -77,3 +77,5 @@ if settings.DISABLE_AUTH and (settings.ENVIRONMENT == Environment.LOCAL):
app.include_router(api_router)
app.frontend("/ui", directory="/app/static", fallback="index.html")