add make down

This commit is contained in:
Nicholas Smith 2023-01-04 22:02:53 +10:00
parent 70f96b4735
commit fd0487abac

View file

@ -43,6 +43,11 @@ up:
$(DCO_BIN) up -d $(DCO_BIN) up -d
sleep 3 sleep 3
# Stop the Docker containers
.PHONY: down
down:
$(DCO_BIN) down
# Rebuild Docker containers to wipe all data # Rebuild Docker containers to wipe all data
.PHONY: reset .PHONY: reset
reset: reset: