Skip to content
Snippets Groups Projects
Commit b2d8ce41 authored by Alexey Golubev's avatar Alexey Golubev
Browse files

Move turning on gzip to the run script

parent 3f3a4935
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,6 @@ RUN echo "$REPO_URL" | tee /etc/apt/sources.list.d/onlyoffice.list && \ ...@@ -73,7 +73,6 @@ RUN echo "$REPO_URL" | tee /etc/apt/sources.list.d/onlyoffice.list && \
apt-get -y update && \ apt-get -y update && \
service postgresql start && \ service postgresql start && \
apt-get --allow-unauthenticated -yq install $PRODUCT_NAME && \ apt-get --allow-unauthenticated -yq install $PRODUCT_NAME && \
documentserver-static-gzip.sh && \
service postgresql stop && \ service postgresql stop && \
service supervisor stop && \ service supervisor stop && \
chmod 755 /app/onlyoffice/*.sh && \ chmod 755 /app/onlyoffice/*.sh && \
......
...@@ -336,3 +336,4 @@ service nginx start ...@@ -336,3 +336,4 @@ service nginx start
# Regenerate the fonts list and the fonts thumbnails # Regenerate the fonts list and the fonts thumbnails
documentserver-generate-allfonts.sh ${ONLYOFFICE_DATA_CONTAINER} documentserver-generate-allfonts.sh ${ONLYOFFICE_DATA_CONTAINER}
documentserver-static-gzip.sh ${ONLYOFFICE_DATA_CONTAINER}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment