Skip to content
Snippets Groups Projects
Verified Commit c6a8899b authored by Timm Fitschen's avatar Timm Fitschen
Browse files

ENH: add clean target

parent 372a4524
Branches
No related tags found
No related merge requests found
...@@ -5,3 +5,7 @@ start: ...@@ -5,3 +5,7 @@ start:
stop: stop:
@echo "Stop Handle System" @echo "Stop Handle System"
docker compose rm -vsf docker compose rm -vsf
clean:
@echo "Clean-up Handle System"
docker compose down -v --rmi all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment