Skip to content

Commit

Permalink
Copy proto-loader from build image to final image
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Mar 28, 2024
1 parent 5d8d5b5 commit e6f13e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/grpc-js-xds/interop/Dockerfile
Expand Up @@ -31,6 +31,7 @@ RUN npm install

FROM gcr.io/distroless/nodejs18-debian11:latest
WORKDIR /node/src/grpc-node
COPY --from=build /node/src/grpc-node/packages/proto-loader ./packages/proto-loader/
COPY --from=build /node/src/grpc-node/packages/grpc-js ./packages/grpc-js/
COPY --from=build /node/src/grpc-node/packages/grpc-js-xds ./packages/grpc-js-xds/

Expand Down

0 comments on commit e6f13e0

Please sign in to comment.