summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0d86c903..fb1913f1 100644
--- a/Makefile
+++ b/Makefile
@@ -44,11 +44,11 @@ build-image:
@docker build --tag $(IMAGE_TAG) .
run-image: build-image
- @docker run --rm -p 10000:10000 -p 9901:9901 --init -it $(IMAGE_TAG)
+ @docker run --rm -p 8080:8080 -p 50051:50051 --init -it $(IMAGE_TAG)
# HTTP and gRPC testing targets
health-check:
- @curl -s http://localhost:10000/health || echo "Service not running"
+ @grpcurl -plaintext localhost:50051 grpc.health.v1.Health/Check
list-services:
@grpcurl -plaintext localhost:50051 list