feat: add dockerized demo deployment

This commit is contained in:
2026-06-18 20:58:28 +03:30
parent e859075245
commit 49114c30a6
5 changed files with 178 additions and 0 deletions

13
.dockerignore Normal file
View File

@@ -0,0 +1,13 @@
.git/
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.uvicorn.pid
docs/
README.md