From b2cf51838ef5d3299b3f0501b4d473308861f622 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 6 Mar 2025 15:12:41 +0000 Subject: [PATCH] Cleaned up scripts --- cicd-spindown.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cicd-spindown.sh b/cicd-spindown.sh index c12c28c..b5b19c1 100644 --- a/cicd-spindown.sh +++ b/cicd-spindown.sh @@ -8,4 +8,5 @@ docker compose down cd .. docker rmi $(docker images -q) -docker system prune \ No newline at end of file +docker system prune -f +docker volume prune -f \ No newline at end of file