1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-04 00:16:14 +02:00
Mailu/core/postfix/Dockerfile
2018-07-26 21:57:21 +02:00

13 lines
200 B
Docker

FROM alpine
RUN apk add --no-cache postfix postfix-pcre rsyslog \
python3 py3-pip \
&& pip3 install jinja2 podop
COPY conf /conf
COPY start.py /start.py
EXPOSE 25/tcp 10025/tcp
CMD /start.py