Skip to content

Commit f4c9c19

Browse files
committed
chore: add sendmail-in-ctr.sh to container to ease deployment
1 parent 17c059a commit f4c9c19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN set -eux; \
66
apk add --no-cache dma msmtp s-nail tini; \
77
mv /etc/dma/dma.conf /etc/dma/dma.conf.default
88

9-
COPY entrypoint.sh /
9+
COPY entrypoint.sh sendmail-in-ctr.sh /
1010

1111
ENTRYPOINT ["/entrypoint.sh"]
1212
CMD ["msmtpd"]

0 commit comments

Comments
 (0)