Files
code/etcd-inmemory-monitoring/Dockerfile
T
2023-04-10 20:52:24 +02:00

7 lines
72 B
Docker

FROM python:3.8
RUN pip install prometheus_client
COPY exporter.py /