fix: Removed --volumes argument from prune command in Makefile
This commit is contained in:
@@ -196,7 +196,7 @@ patch: _check_branch
|
|||||||
|
|
||||||
prune: check-docker
|
prune: check-docker
|
||||||
@echo "$(T)🗑️ Pruning Docker resources...$(R)"
|
@echo "$(T)🗑️ Pruning Docker resources...$(R)"
|
||||||
docker system prune -af --volumes
|
docker system prune -af
|
||||||
@echo "✅ Docker cleaned."
|
@echo "✅ Docker cleaned."
|
||||||
|
|
||||||
ps: check-docker
|
ps: check-docker
|
||||||
|
|||||||
Reference in New Issue
Block a user