summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-02 12:40:04 -0600
committermo khan <mo@mokhan.ca>2025-07-02 12:40:04 -0600
commitd9da86ece98363d56f5a087dcae6c6d8905f5e6c (patch)
tree7685a12a2c4d69d2d60c2a539c8880bf60955dc7 /Makefile
parentc39c19d15a84f9ca861c8ce97d043a310ecb8a53 (diff)
chore: forward signals to container when run interactively
Diffstat (limited to 'Makefile')
-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: