Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
casanova-online
Commits
294f046d
Commit
294f046d
authored
May 17, 2026
by
Eric Duminil
Browse files
prune more
parent
42cdce13
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
294f046d
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment