You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-23 22:04:47 +02:00
also precompress static txt files
This commit is contained in:
@@ -16,7 +16,7 @@ COPY conf /conf
|
|||||||
COPY static /static
|
COPY static /static
|
||||||
COPY *.py /
|
COPY *.py /
|
||||||
|
|
||||||
RUN gzip -k9 /static/*.ico
|
RUN gzip -k9 /static/*.ico /static/*.txt
|
||||||
|
|
||||||
EXPOSE 80/tcp 443/tcp 110/tcp 143/tcp 465/tcp 587/tcp 993/tcp 995/tcp 25/tcp 10025/tcp 10143/tcp
|
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 ["/certs"]
|
||||||
|
|||||||
Reference in New Issue
Block a user