Skip to content

Commit

Permalink
Fix a Dockerfile reference to the old location with local/ (#87)
Browse files Browse the repository at this point in the history
* Remove build directories and object files to reduce installed size.

* Remove 'local' from the dir layout; just noise.

* Fixed a comment typo.

* Fix build issue with change of location.
  • Loading branch information
jcferretti authored Sep 15, 2023
1 parent 4d6d557 commit 4eab906
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 4eab906

Please sign in to comment.