blob: 0f1a02c5988a833e95ca5b9d42f54e9eb100130a [file] [log] [blame]
FROM iron/go
MAINTAINER Juraj Bubniak <juraj.bubniak@gmail.com>
COPY pgbouncer_exporter /bin
HEALTHCHECK CMD ["pgbouncer_exporter", "health"]
ENTRYPOINT ["pgbouncer_exporter"]
CMD ["server"]