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