Commit 42cdce13 authored by Eric Duminil's avatar Eric Duminil
Browse files

Make prune

parent dbe62f5e
......@@ -35,7 +35,10 @@ logs: ## Follow container logs.
@echo "${green}Showing logs...${no_color}"
docker compose logs --follow
.PHONY: help setup build up down status logs
prune: ## Remove dangling images for this project.
docker image prune --filter "label=com.docker.compose.project=casanova_online" -f
.PHONY: help setup build up down status logs prune
green=`tput setaf 2`
orange=`tput setaf 9`
......
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