Add entrypoint for ungleich-mail
This commit is contained in:
parent
8e63a89f7f
commit
8396f494a4
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
4
ungleich-mail/entrypoint.sh
Normal file
4
ungleich-mail/entrypoint.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
/usr/sbin/postfix start
|
||||
/usr/sbin/dovecot
|
Loading…
Reference in a new issue