ungleich-containers/ungleich-mail/Dockerfile

9 lines
115 B
Text
Raw Normal View History

2024-02-20 12:52:25 +00:00
FROM alpine:3.19
2024-02-20 13:34:29 +00:00
RUN apk add --update \
postfix \
dovecot
COPY entrypoint.sh /
ENTRYPOINT /entrypoint.sh