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}