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