File: Dockerfile

package info (click to toggle)
prometheus-postfix-exporter 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 456 kB
  • sloc: sh: 78; makefile: 70
file content (8 lines) | stat: -rw-r--r-- 292 bytes parent folder | download
1
2
3
4
5
6
7
8
FROM scratch
LABEL org.opencontainers.image.source="https://github.com/hsn723/postfix_exporter" \
        org.opencontainers.image.authors="Hsn723" \
        org.opencontainers.image.title="postfix_exporter"
EXPOSE 9154
COPY postfix_exporter /
COPY LICENSE /
ENTRYPOINT ["/postfix_exporter"]