diff --git a/.make/02-00-docker.mk b/.make/02-00-docker.mk index eb3772f..e0fab54 100644 --- a/.make/02-00-docker.mk +++ b/.make/02-00-docker.mk @@ -100,7 +100,7 @@ docker-build: docker-build-image ## Build the php image and then all other docke .PHONY: docker-clean docker-clean: ## Removing dangling and unused images - @docker rmi -f $(docker images -f "dangling=true" -q) + @docker rmi -f $$(docker images -f "dangling=true" -q) .PHONY: docker-prune docker-prune: ## Remove ALL unused docker resources, including volumes