feat: Add Docker workflows for building, testing, and deploying the application; include Dockerfile for image creation

This commit is contained in:
2025-10-23 17:06:14 +02:00
parent 8aee7b0d74
commit 119bbcc7a8
5 changed files with 125 additions and 0 deletions

21
.dockerignore Normal file
View File

@@ -0,0 +1,21 @@
.venv
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.idea
.vscode
.git
.gitignore
.DS_Store
dist
build
*.egg-info
*.sqlite3
.env
.env.*
.Dockerfile
.dockerignore