From fd0487abacf42bc214959eaedfef8fa03c2933ad Mon Sep 17 00:00:00 2001 From: Nicholas Smith Date: Wed, 4 Jan 2023 22:02:53 +1000 Subject: [PATCH] add make down --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index a79e70b..c5be4ef 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,11 @@ up: $(DCO_BIN) up -d sleep 3 +# Stop the Docker containers +.PHONY: down +down: + $(DCO_BIN) down + # Rebuild Docker containers to wipe all data .PHONY: reset reset: