10 lines
158 B
Text
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
|