add dockerfile and prep for prod

This commit is contained in:
Tobias Brunner 2025-01-30 15:12:50 +01:00
parent 8c9671602b
commit 9aeab6ee3b
No known key found for this signature in database
5 changed files with 94 additions and 1 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