Also clean wizard config volume

This commit is contained in:
Zhi
2026-03-14 07:27:21 +00:00
parent 9e9ccbb704
commit 9204c4619a
2 changed files with 5 additions and 5 deletions

View File

@@ -14,8 +14,8 @@ docker compose -f "$COMPOSE_FILE" run --rm test
TEST_EXIT_CODE=$?
echo ""
echo "🧹 Cleaning up containers (keeping images)..."
docker compose -f "$COMPOSE_FILE" down
echo "🧹 Cleaning up containers and volumes..."
docker compose -f "$COMPOSE_FILE" down -v
if [ $TEST_EXIT_CODE -eq 0 ]; then
echo "✅ Test passed!"