From 0425d4c4541b88c8df0230b017173e536e9d2890 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 25 Jul 2025 15:16:39 -0600 Subject: chore: do not start another instance of go tool because signals are not forwarded to minit properly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aef5ec5..ee81a5e 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ build-image: @docker build --network=host --no-cache --tag $(IMAGE_TAG) . run: clean build - @go tool godotenv -f .env.local,.env go tool minit + @go tool godotenv -f .env.local,.env minit run-image: clean build-image @docker run --rm --network host --env-file .env.local -p 10000:10000 -p 9901:9901 -p 8080:8080 -it $(IMAGE_TAG) -- cgit v1.2.3