mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
8 lines
336 B
Docker
8 lines
336 B
Docker
## base #############################################################################################
|
|
FROM otel/opentelemetry-collector-contrib:0.83.0 AS base
|
|
|
|
|
|
## dev #############################################################################################
|
|
FROM base as dev
|
|
|
|
COPY ./config.dev.yaml /etc/otelcol-contrib/config.yaml
|