Skip to content

Commit

Permalink
Fix build issue with change of location.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferretti committed Sep 15, 2023
1 parent 110f8b5 commit f389e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ ARG DEBIAN_FRONTEND="noninteractive"
RUN --mount=type=bind,source=./01-protoc-base,target=./01-protoc-base ./01-protoc-base/install.sh
COPY --link --from=go-build /go/bin/protoc-gen-go-grpc /opt/protoc-gen-go-grpc
COPY --link --from=go-build /go/bin/protoc-gen-go /opt/protoc-gen-go
COPY --link --from=cpp-client-base ./cpp-client/deps/local/bin/grpc_cpp_plugin /opt/cpp/grpc_cpp_plugin
COPY --link --from=cpp-client-base ./cpp-client/deps/bin/grpc_cpp_plugin /opt/cpp/grpc_cpp_plugin

0 comments on commit f389e88

Please sign in to comment.