chore: add dockerization

This commit is contained in:
2026-09-14 19:04:27 +02:00
parent 92c15da936
commit 874764c3e3
4 changed files with 40 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
.git
.gitignore
__pycache__
*.pyc
*.pyo
*.pyd
.env
venv
.venv
db.sqlite3
staticfiles
media