From 524baf90d28ca6006884629c9030de02710b250e Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 6 Mar 2024 15:34:43 +0100 Subject: [PATCH] Hotfix for just errors related to podman --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 0d99e3a..c23909d 100644 --- a/Justfile +++ b/Justfile @@ -11,7 +11,7 @@ start-release: build-container-release remove-podman-containers # Removes and stops any containers related to the project [private] remove-podman-containers: - podman container rm -f ttime + podman container rm -fi ttime # Saves the release container to a tarball, pigz is just gzip but multithreaded save-release: build-container-release @@ -30,7 +30,7 @@ testall: # Cleans up everything related to the project clean: remove-podman-containers - podman image rm -f ttime-server + podman image rm -fi ttime-server rm -rf frontend/dist rm -rf frontend/node_modules rm -f ttime-server.tar.gz