onbekende flag 2

This commit is contained in:
Frank
2026-01-11 15:25:03 +01:00
parent b649d48250
commit badca1af53
8 changed files with 162 additions and 200 deletions

View File

@@ -4,7 +4,7 @@ set -euo pipefail
# Script to completely restart the project as requested
echo "Stopping and removing containers..."
dc() { (cd "$(dirname "$0")/.." && docker compose -f docker/compose.yaml "$@"); }
dc() { (cd "$(dirname "$0")/.." && docker compose "$@"); }
dc down --remove-orphans
echo "Clearing Docker build cache..."