1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-09-14 22:49:22 +03:00
Files
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" ]