feat: added image prune to update_containers

This commit is contained in:
root 2026-02-26 11:03:09 +01:00
parent 6a7e308299
commit 5b567460ad

View file

@ -52,3 +52,6 @@ for proj_dir in "$BASE_DIR"/*/; do
done
log "INFO" "Alle Projekte wurden aktualisiert."
docker image prune --all --force
log "INFO" "Alle alten images wurden gepruned."