From c973d9f5f47bf10489604b04ddb4c5386a7542d2 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 2 Jul 2025 14:16:36 -0600 Subject: chore: fix run-image target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 331cce42..eba8ed3b 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ build-image: @docker build --no-cache --tag $(IMAGE_TAG) . run-image: build-image - @docker run --rm -p 50051:50051 --env BIND_ADDR=0.0.0.0:50051 --init -it $(IMAGE_TAG) + @docker run --rm -p 50051:50051 --init -it $(IMAGE_TAG) # gRPC testing targets health-check: -- cgit v1.2.3