Clean target now force prunes unused images

This commit is contained in:
Imbus 2023-12-18 18:18:19 +01:00
parent 88b92f2dab
commit c787ff0fa1

View file

@ -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