We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6ce44 commit 884c096Copy full SHA for 884c096
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