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:
parent
39d7a5c504
commit
103918ba57
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user