Update Makefile

This commit is contained in:
mips171 2023-01-06 10:53:34 +10:00 committed by GitHub
parent 7e4d92fc92
commit b03beccfb2

View file

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