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
42cdce13
Commit
42cdce13
authored
May 17, 2026
by
Eric Duminil
Browse files
Make prune
parent
dbe62f5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
42cdce13
...
...
@@ -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
`
...
...
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