1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-05 14:55:20 +02:00
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