3 lines
94 B
Docker
3 lines
94 B
Docker
FROM scratch
|
|
COPY /smtp2shoutrrr /usr/bin/smtp2shoutrrr
|
|
ENTRYPOINT ["/usr/bin/smtp2shoutrrr"]
|