This commit is contained in:
Sergej Nikolaev 2018-05-27 23:37:13 +03:00
parent 4c8bac99c6
commit 4cf7630a0a
2 changed files with 3 additions and 1 deletions

View file

@ -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
CMD bash -C '/app/onlyoffice/run-document-server.sh';'bash'
CMD bash -C '/app/onlyoffice/run-document-server.sh'

View file

@ -337,3 +337,5 @@ 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}
supervisorctl maintail -f