From c787ff0fa1ea88948c83a8962722c29206718617 Mon Sep 17 00:00:00 2001 From: Imbus Date: Mon, 18 Dec 2023 18:18:19 +0100 Subject: [PATCH] Clean target now force prunes unused images --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 6d3c381..15b3357 100644 --- a/justfile +++ b/justfile @@ -81,6 +81,7 @@ clean-images: podman image rm -f fb-server podman image rm -f fb-server-debug podman image rm -f postgres + podman image prune -af # Cleans up everything related to the project clean: clean-podman clean-db clean-images clean-network && state