summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: