ungleich-containers/ungleich-mail/Dockerfile_3.19
2024-10-05 14:44:42 +09:00

10 lines
158 B
Text

FROM alpine:3.19
RUN apk add --update \
postfix \
dovecot
# COPY entrypoint.sh /
# ENTRYPOINT /entrypoint.sh
RUN postconf maillog_file=/dev/stdout