From 7e4d92fc92c849fcc7e550f642cb09962008d6cf Mon Sep 17 00:00:00 2001 From: Nicholas Smith Date: Thu, 5 Jan 2023 08:01:50 +1000 Subject: [PATCH] feedback --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 48826ae..74d8d97 100644 --- a/Makefile +++ b/Makefile @@ -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