Skip to content

Commit

Permalink
Update Makefile to stop and remove docker container
Browse files Browse the repository at this point in the history
Signed-off-by: Ajay Singh <[email protected]>
  • Loading branch information
Ajay-singh1 authored Jan 2, 2025
1 parent 584e56d commit 50bab75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ artifacthub-artifacts:
clean:
rm -rf _site
rm -rf .jekyll-metadata
rm -rf .jekyll-cache
rm -rf .jekyll-cache
docker stop meshery-io || true
docker rm meshery-io || true

0 comments on commit 50bab75

Please sign in to comment.