From 50bab75f719671723575bff1190578ad1aa54c95 Mon Sep 17 00:00:00 2001 From: Ajay Singh <37625112+Ajay-singh1@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:06:28 +0530 Subject: [PATCH] Update Makefile to stop and remove docker container Signed-off-by: Ajay Singh <37625112+Ajay-singh1@users.noreply.github.com> --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index daf2f4272e..0ba430f024 100644 --- a/Makefile +++ b/Makefile @@ -30,4 +30,7 @@ artifacthub-artifacts: clean: rm -rf _site rm -rf .jekyll-metadata - rm -rf .jekyll-cache \ No newline at end of file + rm -rf .jekyll-cache + docker stop meshery-io || true + docker rm meshery-io || true +