Skip to content

Commit

Permalink
SBS-1975 - adding new data types (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
scastro01 authored and mdkess committed May 10, 2018
1 parent 32cda13 commit 3c29b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ COPY --from=build /tmp/grpc/bins/opt/grpc_cli /bin/grpc_cli
# Copy standard proto files
COPY --from=build /tmp/protobuf/src/google/protobuf/*.proto /protos/google/protobuf/
COPY --from=build /tmp/googleapis/google/api /protos/google/api
COPY --from=build /tmp/googleapis/google/type /protos/google/type
COPY --from=build /tmp/grpc-gateway/protoc-gen-swagger/options /protos/protoc-gen-swagger/options

COPY entrypoint.sh /
Expand Down

0 comments on commit 3c29b88

Please sign in to comment.