diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
