mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 15:40:12 +01:00
release: v2.0.1 — Web UI major upgrade, theming reset, diagnostics polish, docs refreshed
This commit is contained in:
parent
721e1884af
commit
171fa5cbaf
17 changed files with 393 additions and 58 deletions
|
|
@ -49,6 +49,9 @@ WORKDIR /app/code
|
|||
# Run the application
|
||||
CMD ["python", "main.py"]
|
||||
|
||||
# Expose web port for the optional Web UI
|
||||
EXPOSE 8080
|
||||
|
||||
# Note: For the Web UI, start uvicorn in your orchestrator (compose/run) like:
|
||||
# uvicorn code.web.app:app --host 0.0.0.0 --port 8080
|
||||
# Phase 9: enable web list virtualization with env WEB_VIRTUALIZE=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue