From d9da86ece98363d56f5a087dcae6c6d8905f5e6c Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 2 Jul 2025 12:40:04 -0600 Subject: chore: forward signals to container when run interactively --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a134ae64..6e2fc9b0 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ build-image: @docker build --no-cache --tag $(IMAGE_TAG) . run-image: build-image - @docker run --rm -p 50051:50051 -it $(IMAGE_TAG) + @docker run --rm -p 50051:50051 --init -it $(IMAGE_TAG) # gRPC testing targets health-check: -- cgit v1.2.3