ohman/Dockerfile

7 lines
255 B
Text
Raw Permalink Normal View History

2019-01-16 21:19:18 +00:00
FROM scratch
LABEL "org.opencontainers.image.authors"="Vincent Batts <vbatts@hashbangbash.com>"
LABEL "org.opencontainers.image.url"="https://github.com/vbatts/ohman"
LABEL "org.opencontainers.image.licenses"="MIT"
COPY ohman /ohman
ENTRYPOINT ["/ohman"]