Clean target now force prunes unused images
This commit is contained in:
parent
88b92f2dab
commit
c787ff0fa1
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
@ -81,6 +81,7 @@ clean-images:
|
||||||
podman image rm -f fb-server
|
podman image rm -f fb-server
|
||||||
podman image rm -f fb-server-debug
|
podman image rm -f fb-server-debug
|
||||||
podman image rm -f postgres
|
podman image rm -f postgres
|
||||||
|
podman image prune -af
|
||||||
|
|
||||||
# Cleans up everything related to the project
|
# Cleans up everything related to the project
|
||||||
clean: clean-podman clean-db clean-images clean-network && state
|
clean: clean-podman clean-db clean-images clean-network && state
|
||||||
|
|
Loading…
Reference in a new issue