We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9a558 commit 64fefc8Copy full SHA for 64fefc8
examples/Example.AutoInstrumentation/Dockerfile
@@ -50,7 +50,6 @@ FROM otel AS final
50
WORKDIR /app
51
COPY --from=publish_example /app/example /app/example
52
COPY --from=otel /app/otel /app/otel
53
-COPY --from=build_plugin /src/.artifacts/bin/Elastic.OpenTelemetry.AutoInstrumentationPlugin/release_net462/Elastic.OpenTelemetry.AutoInstrumentationPlugin.dll /app/otel/netfx/
54
COPY --from=build_plugin /src/.artifacts/bin/Elastic.OpenTelemetry.AutoInstrumentationPlugin/release_net8.0/Elastic.OpenTelemetry.AutoInstrumentationPlugin.dll /app/otel/net/
55
COPY --from=build_plugin /src/.artifacts/bin/Elastic.OpenTelemetry/release_net8.0/Elastic.OpenTelemetry.dll /app/otel/net/
56
0 commit comments