onbekende flag

This commit is contained in:
Frank
2026-01-11 15:21:19 +01:00
parent b0af41c5d2
commit 84b7b1c64a
2 changed files with 3 additions and 3 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 --env-file ../.env -f compose.yaml "$@"); }
dc() { (cd "$(dirname "$0")/.." && docker compose -f docker/compose.yaml "$@"); }
dc down --remove-orphans
echo "Clearing Docker build cache..."