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