Added docker functionality.

This commit is contained in:
Aodhan
2025-06-25 22:26:49 +01:00
parent c5391a957d
commit 7bebc95c09
8 changed files with 126 additions and 11 deletions

8
.dockerignore Normal file
View File

@@ -0,0 +1,8 @@
# Files/directories to exclude from Docker build context
venv
node_modules
__pycache__
*.db
*.db.bak
image_selections.db*
.git