File tree 2 files changed +2
-2
lines changed
examples/features/csm_observability 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ COPY . .
26
26
RUN cd examples/features/csm_observability/client && go build -tags osusergo,netgo .
27
27
28
28
FROM alpine
29
- COPY --from=build /go/src/grpc-go/examples/features/csm_observability/client/main .
29
+ COPY --from=build /go/src/grpc-go/examples/features/csm_observability/client/client .
30
30
ENV GRPC_GO_LOG_VERBOSITY_LEVEL=99
31
31
ENV GRPC_GO_LOG_SEVERITY_LEVEL="info"
32
32
ENTRYPOINT ["./main" ]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ COPY . .
27
27
RUN cd examples/features/csm_observability/server && go build -tags osusergo,netgo .
28
28
29
29
FROM alpine
30
- COPY --from=build /go/src/grpc-go/examples/features/csm_observability/server/main .
30
+ COPY --from=build /go/src/grpc-go/examples/features/csm_observability/server/server .
31
31
ENV GRPC_GO_LOG_VERBOSITY_LEVEL=99
32
32
ENV GRPC_GO_LOG_SEVERITY_LEVEL="info"
33
33
ENTRYPOINT ["./main" ]
You can’t perform that action at this time.
0 commit comments