onbekende flag 4

This commit is contained in:
Frank
2026-01-11 15:28:40 +01:00
parent 3b3cb69aa7
commit 09f9abcfb8
6 changed files with 25 additions and 25 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 "$@"); }
dc() { (cd "$(dirname "$0")/.." && docker-compose "$@"); }
dc down
echo "Clearing Docker build cache..."