From 32aa6d153471cfb16ab5d0139cb57f158eaa6ac4 Mon Sep 17 00:00:00 2001 From: Timo Schneider Date: Fri, 7 Jun 2024 10:22:41 +0200 Subject: [PATCH] fixed typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1206706..5a03b09 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ remove_dependencies: @rm -fr $(ROOT_DIR)SWA-frontend $(ROOT_DIR)SWA-backend $(ROOT_DIR)SWA-database .PHONY = uninstall -uninstall: uninstall +uninstall: @docker network rm -f swa-public || true @docker network rm -f swa-keycloak || true @docker network rm -f swa-keycloak-db || true