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 328fae5 commit 87d66d5Copy full SHA for 87d66d5
Dockerfile
@@ -240,7 +240,7 @@ ARG GRPC_WEB_VERSION
240
RUN mkdir -p /grpc-web
241
RUN curl -sSL https://api.github.com/repos/grpc/grpc-web/tarball/${GRPC_WEB_VERSION} | tar xz --strip 1 -C /grpc-web
242
WORKDIR /grpc-web
243
-RUN bazel build //javascript/net/grpc/web/generator:all
+RUN bazel --batch build //javascript/net/grpc/web/generator:all
244
RUN install -D /grpc-web/bazel-bin/javascript/net/grpc/web/generator/protoc-gen-grpc-web /out/usr/bin/protoc-gen-grpc-web
245
246
0 commit comments