automation
This commit is contained in:
parent
1a809a1184
commit
3bdc5c63fb
6 changed files with 254 additions and 0 deletions
4
Containerfile
Normal file
4
Containerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM scratch
|
||||
COPY /smtp2shoutrrr /usr/bin/smtp2shoutrrr
|
||||
COPY --from=builder /usr/bin/smtp2shoutrrr /usr/bin/smtp2shoutrrr
|
||||
ENTRYPOINT ["/usr/bin/smtp2shoutrrr"]
|
Loading…
Add table
Add a link
Reference in a new issue