We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4509e commit 7b74d51Copy full SHA for 7b74d51
packages/grpc-js-xds/interop/Dockerfile
@@ -22,6 +22,8 @@ FROM node:18-slim as build
22
WORKDIR /node/src/grpc-node
23
COPY . .
24
25
+WORKDIR /node/src/grpc-node/packages/proto-loader
26
+RUN npm install
27
WORKDIR /node/src/grpc-node/packages/grpc-js
28
RUN npm install
29
WORKDIR /node/src/grpc-node/packages/grpc-js-xds
packages/grpc-js-xds/package.json
@@ -33,6 +33,7 @@
33
"homepage": "https://github.com/grpc/grpc-node#readme",
34
"devDependencies": {
35
"@grpc/grpc-js": "file:../grpc-js",
36
+ "@grpc/proto-loader": "file:../proto-loader",
37
"@types/gulp": "^4.0.6",
38
"@types/gulp-mocha": "0.0.32",
39
"@types/mocha": "^5.2.6",
0 commit comments