From c07f55e8d428f1f1b0167958d022bfb33f519005 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 22 Jun 2026 22:55:34 +0100 Subject: move smtp/Dockerfile to smtp.Dockerfile --- smtp.Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 smtp.Dockerfile (limited to 'smtp.Dockerfile') 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 ./ -- cgit v1.2.3