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