fix: Removed --volumes argument from prune command in Makefile
Some checks failed
CI/CD Awesome Pipeline / Test (push) Failing after 25s
CI/CD Awesome Pipeline / Build & Push to Registry (push) Has been skipped

This commit is contained in:
2025-12-21 10:27:57 +01:00
parent c80074bf7f
commit 9252219799

View File

@@ -196,7 +196,7 @@ patch: _check_branch
prune: check-docker
@echo "$(T)🗑️ Pruning Docker resources...$(R)"
docker system prune -af --volumes
docker system prune -af
@echo "✅ Docker cleaned."
ps: check-docker