1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-16 10:59:53 +02:00
Mailu/core/nginx/Dockerfile

12 lines
254 B
Docker
Raw Normal View History

FROM alpine:3.7
2017-09-24 13:09:12 +02:00
RUN apk add --no-cache nginx nginx-mod-mail python py-jinja2 certbot openssl
2017-09-24 13:09:12 +02:00
COPY conf /conf
COPY *.py /
2017-09-24 13:09:12 +02:00
EXPOSE 80/tcp 443/tcp 110/tcp 143/tcp 465/tcp 587/tcp 993/tcp 995/tcp 25/tcp 10025/tcp 10143/tcp
VOLUME ["/certs"]
2017-09-24 14:01:03 +02:00
CMD /start.py