summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ab0140fe..62138427 100644
--- a/Makefile
+++ b/Makefile
@@ -15,3 +15,7 @@ build-image:
.PHONY: run-image
run-image: build-image
@docker run --rm -p 50051:50051 -it $(IMAGE_TAG)
+
+.PHONY: health-check
+health-check:
+ @grpcurl -plaintext localhost:50051 grpc.health.v1.Health/Check