panopticon/tempo.Dockerfile

6 lines
99 B
Text
Raw Normal View History

2024-09-30 03:13:58 +00:00
FROM grafana/tempo:latest
COPY ./tempo.yaml /etc/tempo.yaml
CMD ["-config.file=/etc/tempo.yaml"]