Fix docker breaking

This commit is contained in:
Ace Nassri 2018-08-21 12:18:22 -07:00
parent 2937960514
commit 8df8868bdc

View file

@ -23,8 +23,8 @@ class HipsterShopServer {
this.port = port; this.port = port;
this.packages = { this.packages = {
hipsterShop: this.loadProtoFile(path.join(protoRoot, 'demo.proto')), hipsterShop: this.loadProto(path.join(protoRoot, 'demo.proto')),
health: this.loadProtoFile(path.join(protoRoot, 'grpc/health/v1/health.proto')) health: this.loadProto(path.join(protoRoot, 'grpc/health/v1/health.proto'))
}; };
this.server = new grpc.Server(); this.server = new grpc.Server();