feat: Docker deploy serving SPA and API on :8080

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
肉末
2026-07-14 13:03:51 +08:00
parent 600c536367
commit 7c2489ea5c
5 changed files with 149 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
.git
.worktrees
.venv
venv
data
**/__pycache__
**/*.pyc
.pytest_cache
frontend/node_modules
frontend/dist
frontend/.vscode
*.db
.env
.DS_Store
**/*.md
!README.md
docs
backend/tests