Skip to content

Commit e6f13e0

Browse files
committed
Copy proto-loader from build image to final image
1 parent 5d8d5b5 commit e6f13e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/grpc-js-xds/interop/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ RUN npm install
3131

3232
FROM gcr.io/distroless/nodejs18-debian11:latest
3333
WORKDIR /node/src/grpc-node
34+
COPY --from=build /node/src/grpc-node/packages/proto-loader ./packages/proto-loader/
3435
COPY --from=build /node/src/grpc-node/packages/grpc-js ./packages/grpc-js/
3536
COPY --from=build /node/src/grpc-node/packages/grpc-js-xds ./packages/grpc-js-xds/
3637

0 commit comments

Comments
 (0)