postgres_exporter/Dockerfile
2016-11-26 13:06:23 +11:00

8 lines
106 B
Docker

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