From b2d8ce41f47d6124bfa0251c73d90a153b080371 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Mon, 29 Jan 2018 11:56:51 +0300 Subject: [PATCH] Move turning on gzip to the run script --- Dockerfile | 1 - run-document-server.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ba56f90..c344370 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/run-document-server.sh b/run-document-server.sh index e3229b4..d95673e 100755 --- a/run-document-server.sh +++ b/run-document-server.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}