We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e22d8 commit 15eb137Copy full SHA for 15eb137
Dockerfile.sidecar
@@ -17,6 +17,7 @@ RUN go mod download
17
COPY cmd/pd-sidecar/main.go cmd/cmd.go
18
COPY pkg/sidecar pkg/sidecar
19
COPY pkg/common pkg/common
20
+COPY pkg/telemetry pkg/telemetry
21
22
# Build
23
# the GOARCH has not a default value to allow the binary be built according to the host where the command
0 commit comments