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

Turn on static gzip

parent 428b6166
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@ 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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment