Commit 294f046d authored by Eric Duminil's avatar Eric Duminil
Browse files

prune more

parent 42cdce13
...@@ -35,8 +35,9 @@ logs: ## Follow container logs. ...@@ -35,8 +35,9 @@ logs: ## Follow container logs.
@echo "${green}Showing logs...${no_color}" @echo "${green}Showing logs...${no_color}"
docker compose logs --follow docker compose logs --follow
prune: ## Remove dangling images for this project. prune: ## Remove dangling images for this project and unused build cache (cache is system-wide).
docker image prune --filter "label=com.docker.compose.project=casanova_online" -f docker image prune --filter "label=com.docker.compose.project=casanova_online" -f
docker builder prune -f
.PHONY: help setup build up down status logs prune .PHONY: help setup build up down status logs prune
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment