creaded correct docker image creation file

This commit is contained in:
DigiServer Developer
2025-11-17 22:03:52 +02:00
parent 2db0033bc0
commit c16383ed75
16 changed files with 1025 additions and 33 deletions

View File

@@ -13,20 +13,32 @@ ENV/
.git/
.gitignore
*.md
*.sh
.vscode/
.idea/
# Exclude shell scripts except Docker-related ones
*.sh
!docker-entrypoint.sh
!install_libreoffice.sh
# Database (will be created in volume)
instance/*.db
instance/
!instance/.gitkeep
# Uploads (will be in volume)
app/static/uploads/*
!app/static/uploads/.gitkeep
static/uploads/*
!static/uploads/.gitkeep
# Logs
*.log
# Development data
*.db
*.db-*
flask_session/
# OS
.DS_Store
Thumbs.db