Add entrypoint for ungleich-mail

This commit is contained in:
Nico Schottelius 2024-02-20 22:34:29 +09:00
parent 8e63a89f7f
commit 8396f494a4
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,8 @@
FROM alpine:3.19
RUN apk add --update postfix
RUN apk add --update \
postfix \
dovecot
COPY entrypoint.sh /
ENTRYPOINT /entrypoint.sh

View file

@ -0,0 +1,4 @@
#!/bin/sh
/usr/sbin/postfix start
/usr/sbin/dovecot