1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-30 04:30:49 +02:00

pre-compress assets (*.ico for now)

This commit is contained in:
Alexander Graf 2021-09-02 20:46:56 +02:00
parent 39d7a5c504
commit 103918ba57

View File

@ -16,6 +16,8 @@ COPY conf /conf
COPY static /static
COPY *.py /
RUN gzip -k9 /static/*.ico
EXPOSE 80/tcp 443/tcp 110/tcp 143/tcp 465/tcp 587/tcp 993/tcp 995/tcp 25/tcp 10025/tcp 10143/tcp
VOLUME ["/certs"]
VOLUME ["/overrides"]