From c2e1ff69e60a0a0a6b3c511bdef32b4e6989fc75 Mon Sep 17 00:00:00 2001 From: pluja Date: Mon, 19 Feb 2024 19:35:11 +0100 Subject: [PATCH] add prune --- Justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 5bdabd0..3b96a9a 100644 --- a/Justfile +++ b/Justfile @@ -3,4 +3,5 @@ dev +command: deploy build="": git pull - docker compose up {{ if build != "" { "--build" } else { "" } }} --pull=always -d \ No newline at end of file + docker compose up {{ if build != "" { "--build" } else { "" } }} --pull=always -d + docker system prune -f \ No newline at end of file