Skip to content
Snippets Groups Projects
Unverified Commit 904b8ef1 authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub
Browse files

Merge pull request #99 from mandusm/ugly-hack-#68

Fixes #68 in a hacky way
parents 96b98337 670f1bdf
No related branches found
No related tags found
No related merge requests found
...@@ -72,4 +72,4 @@ RUN echo "$REPO_URL" | tee /etc/apt/sources.list.d/onlyoffice.list && \ ...@@ -72,4 +72,4 @@ RUN echo "$REPO_URL" | tee /etc/apt/sources.list.d/onlyoffice.list && \
VOLUME /etc/onlyoffice /var/log/onlyoffice /var/lib/onlyoffice /var/www/onlyoffice/Data /var/lib/postgresql /usr/share/fonts/truetype/custom VOLUME /etc/onlyoffice /var/log/onlyoffice /var/lib/onlyoffice /var/www/onlyoffice/Data /var/lib/postgresql /usr/share/fonts/truetype/custom
CMD bash -C '/app/onlyoffice/run-document-server.sh';'bash' ENTRYPOINT /app/onlyoffice/run-document-server.sh
...@@ -343,3 +343,5 @@ service nginx start ...@@ -343,3 +343,5 @@ 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} documentserver-static-gzip.sh ${ONLYOFFICE_DATA_CONTAINER}
tail -f /var/log/onlyoffice/**/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment