diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-22 22:55:34 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-22 22:55:34 +0100 |
| commit | c07f55e8d428f1f1b0167958d022bfb33f519005 (patch) | |
| tree | 8b33a99361db55d50a54edad06ff6619907c09d5 /smtp.Dockerfile | |
| parent | d3e832f064abcf5ab6fe5b66e6affe9dafd62e76 (diff) | |
move smtp/Dockerfile to smtp.Dockerfile
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 ./ |
