1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-15 00:05:11 +02:00
Files
Mailu/nginx/Dockerfile

10 lines
244 B
Docker
Raw Normal View History

2017-09-24 13:09:12 +02:00
FROM alpine:edge
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --no-cache nginx nginx-mod-mail py-setuptools jinja2-cli@testing
COPY conf /conf
COPY start.sh /start.sh
CMD /start.sh