From ab8ea7f62b8f42f9756f3db0a980108aa9d4bd7d Mon Sep 17 00:00:00 2001 From: rubens21 Date: Tue, 12 Jul 2022 19:57:37 -0600 Subject: [PATCH] deleting commented out code --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 32467e6..90cbd31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,8 +54,6 @@ ARG GRPC_WEB_VERSION RUN curl -sSLO https://github.com/grpc/grpc-web/releases/download/${GRPC_WEB_VERSION}/protoc-gen-grpc-web-${GRPC_WEB_VERSION}-linux-x86_64 && \ mv protoc-gen-grpc-web-${GRPC_WEB_VERSION}-linux-x86_64 /out/usr/bin/protoc-gen-grpc-web && \ chmod +x /out/usr/bin/protoc-gen-grpc-web -# cp /out/usr/bin/protoc-gen-grpc-web /out/usr/bin/grpc_web_plugin - FROM protoc_base AS protoc_cs_builder ARG GRPC_CSHARP_VERSION