6 lines
99 B
Text
6 lines
99 B
Text
|
FROM grafana/tempo:latest
|
||
|
|
||
|
COPY ./tempo.yaml /etc/tempo.yaml
|
||
|
|
||
|
CMD ["-config.file=/etc/tempo.yaml"]
|