smtp2shoutrrr/Containerfile
Felipe M. 663cba4ccf
Some checks failed
ci/woodpecker/tag/release Pipeline failed
automation
2024-11-24 11:15:51 +01:00

3 lines
94 B
Docker

FROM scratch
COPY /smtp2shoutrrr /usr/bin/smtp2shoutrrr
ENTRYPOINT ["/usr/bin/smtp2shoutrrr"]