added docker support

This commit is contained in:
WillowMT
2026-02-20 14:03:24 +07:00
parent f17c0ba90e
commit 984b1a68a6
8 changed files with 166 additions and 1 deletions

10
backend/.dockerignore Normal file
View File

@@ -0,0 +1,10 @@
.venv
__pycache__
*.pyc
*.pyo
.pytest_cache
.coverage
htmlcov
.env
.env.*
*.md