smtp2shoutrrr/Containerfile
Felipe M. 77dd7af4ac
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
automation
2024-11-24 11:18:26 +01:00

3 lines
94 B
Docker

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