onbekende flag 4

This commit is contained in:
Frank
2026-01-11 15:28:40 +01:00
parent 5335e62cfd
commit 5f17c9b89f
5 changed files with 24 additions and 24 deletions
+1 -1
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..."