This commit is contained in:
Nicholas Smith 2023-01-05 08:01:50 +10:00
parent 4527d3d2e5
commit baa65ebbfa

View File

@ -43,7 +43,7 @@ up:
$(DCO_BIN) up -d
sleep 3
# Stop the Docker containers
# Delete the Docker containers
.PHONY: down
down:
$(DCO_BIN) down
@ -52,7 +52,6 @@ down:
.PHONY: reset
reset:
$(DCO_BIN) down
make ent-gen
make up
# Run the application