FROM scratch COPY ${CI_WORKSPACE}/target/release/osrs-prometheus-exporter /bootstrap ENV OTEL_SERVICE_NAME=osrs-prometheus-exporter ENV OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317 ENV OTEL_EXPORTER_OTLP_PROTOCOL=grpc ENV OTEL_TRACES_SAMPLER=always_on ENV axum_tracing_opentelemetry=info EXPOSE 3030 CMD ["/bootstrap"]