Improve container images (#749)

* 🔒 chore(security): improve container image security

* 👌 chore(review): add cron job to Dockerfile for periodic tasks
This commit is contained in:
Patrick Stöckle
2026-01-24 22:21:19 +01:00
committed by GitHub
parent 7546abb122
commit 6318f4b4ad
5 changed files with 122 additions and 33 deletions

9
db/.dockerignore Normal file
View File

@@ -0,0 +1,9 @@
*
!commands
!federation
!go.*
!integrations
!main.go
!migrations
!templates
!util