feat: Add basic docker support

This commit is contained in:
2024-04-13 02:12:37 +02:00
parent a0f7d0188d
commit b326534905
4 changed files with 58 additions and 0 deletions

11
.dockerignore Normal file
View File

@@ -0,0 +1,11 @@
# Exclude everything and allow only the necessary files
*
!/docker/
!/src/
!/src/manage.py
!/pyproject.toml
# Python
*.py[cod]
__pycache__