automation
Some checks failed
ci/woodpecker/tag/release Pipeline failed

This commit is contained in:
Felipe M 2024-11-24 08:56:35 +01:00
parent 1a809a1184
commit 663cba4ccf
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
6 changed files with 253 additions and 0 deletions

3
Containerfile Normal file
View file

@ -0,0 +1,3 @@
FROM scratch
COPY /smtp2shoutrrr /usr/bin/smtp2shoutrrr
ENTRYPOINT ["/usr/bin/smtp2shoutrrr"]