1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-20 03:29:50 +02:00
Mailu/core/nginx/Dockerfile

9 lines
139 B
Docker
Raw Normal View History

2017-09-24 13:09:12 +02:00
FROM alpine:edge
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
2017-09-24 14:01:03 +02:00
CMD /start.py