diff options
Diffstat (limited to 'smtp.Dockerfile')
| -rw-r--r-- | smtp.Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/smtp.Dockerfile b/smtp.Dockerfile new file mode 100644 index 0000000..32efbb5 --- /dev/null +++ b/smtp.Dockerfile @@ -0,0 +1,4 @@ +FROM git.joeac.net/joeac/armv7/msmtp:1.8.32-alpine3.23 +ARG LOCAL_SMTP_PORT +EXPOSE $LOCAL_SMTP_PORT +COPY smtp/.msmtprc ./ |
