Move turning on gzip to the run script

This commit is contained in:
Alexey Golubev 2018-01-29 11:56:51 +03:00
parent 3f3a493507
commit b2d8ce41f4
2 changed files with 1 additions and 1 deletions

@ -73,7 +73,6 @@ RUN echo "$REPO_URL" | tee /etc/apt/sources.list.d/onlyoffice.list && \
apt-get -y update && \
service postgresql start && \
apt-get --allow-unauthenticated -yq install $PRODUCT_NAME && \
documentserver-static-gzip.sh && \
service postgresql stop && \
service supervisor stop && \
chmod 755 /app/onlyoffice/*.sh && \

@ -336,3 +336,4 @@ service nginx start
# Regenerate the fonts list and the fonts thumbnails
documentserver-generate-allfonts.sh ${ONLYOFFICE_DATA_CONTAINER}
documentserver-static-gzip.sh ${ONLYOFFICE_DATA_CONTAINER}