add make down
This commit is contained in:
parent
70f96b4735
commit
fd0487abac
1 changed files with 5 additions and 0 deletions
5
Makefile
5
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue