Niet weggooien van images 2

This commit is contained in:
Frank
2026-01-11 15:35:10 +01:00
parent 3b98e8650b
commit bc4f7a8c79
8 changed files with 47 additions and 48 deletions

View File

@@ -4,11 +4,10 @@ set -euo pipefail
# Script to completely restart the project as requested
echo "Stopping and removing containers..."
dc() { (cd "$(dirname "$0")/.." && docker-compose "$@"); }
dc down
docker compose -f compose.yaml -f compose.override.yaml --env-file ../.env down --remove-orphans
echo "Clearing Docker build cache..."
docker builder prune -f
docker builder prune -af
echo "Running setup script..."
"$(dirname "$0")/setup.sh" --no-build
./setup.sh --no-build