diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-25 19:04:23 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-25 19:04:23 +0100 |
| commit | 2823433f7c3b6b8b9d20b3a54cc0e43beb534c04 (patch) | |
| tree | a9767bc3ac097cf1781e8ee951e25b7281ed2a93 /smtp.Dockerfile | |
| parent | abfb28dea224f915e62cf400f49ce2683e564c2b (diff) | |
| parent | ebac73704b55854c297b1ac06ea695b7800dcb66 (diff) | |
Merge branch 'main' of https://git.joeac.net/joeac/joeac.net
Diffstat (limited to 'smtp.Dockerfile')
| -rw-r--r-- | smtp.Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smtp.Dockerfile b/smtp.Dockerfile index 87c4914..d615479 100644 --- a/smtp.Dockerfile +++ b/smtp.Dockerfile @@ -1,5 +1,5 @@ FROM git.joeac.net/joeac/armv7/msmtp:1.8.32-alpine3.23 RUN apk --no-cache add gettext gnutls -ARG LOCAL_SMTP_PORT -EXPOSE $LOCAL_SMTP_PORT +ARG SMTP_PORT +EXPOSE $SMTP_PORT COPY smtp/.msmtprc ./ |
