postgres_exporter/Dockerfile

8 lines
106 B
Docker
Raw Normal View History

FROM scratch
COPY postgres_exporter /postgres_exporter
EXPOSE 9113
ENTRYPOINT [ "/postgres_exporter" ]