Files
mailu/nginx/Dockerfile
2017-09-24 14:01:03 +02:00

9 lines
135 B
Docker

FROM alpine:edge
RUN apk add --no-cache nginx nginx-mod-mail python py-jinja2
COPY conf /conf
COPY start.py /start.py
CMD /start.py