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
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,7 @@ start:
stop:
@echo "Stop Handle System"
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.
Finish editing this message first!
Please register or to comment