initialize docker build

This commit is contained in:
Tobias Brunner 2025-03-07 09:16:24 +01:00
parent 2e49849960
commit c2c5b62a63
No known key found for this signature in database
4 changed files with 121 additions and 0 deletions

7
.dockerignore Normal file
View file

@ -0,0 +1,7 @@
# Exclude the project virtual environment from image builds
.venv
# Don't add credentials and other local stuff
.env
media
db.sqlite3