code/etcd-inmemory-monitoring/Dockerfile

7 lines
72 B
Docker

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