This commit is contained in:
2026-01-30 17:12:26 -06:00
parent 2026e6afcd
commit 38fcf8c4d8
3 changed files with 22 additions and 28 deletions

View File

@@ -23,9 +23,4 @@ RUN chmod +x /scripts/sync.py
COPY sieve-schedule /etc/sieve-schedule
# 5. Supervisor Konfiguration kopieren
COPY sieve-supervisor.conf /etc/supervisor/conf.d/sieve-sync.conf
# --- NEU: Startup-Skript für Whitelist ---
# DMS führt Skripte in /docker-entrypoint-init.d/ beim Start automatisch aus
COPY update-whitelist.sh /docker-entrypoint-init.d/update-whitelist.sh
RUN chmod +x /docker-entrypoint-init.d/update-whitelist.sh
COPY sieve-supervisor.conf /etc/supervisor/conf.d/sieve-sync.conf