Fix docker breaking
This commit is contained in:
parent
2937960514
commit
8df8868bdc
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue