[develop] Update Dockerfile and instruction

This commit is contained in:
Sergey Konovalov
2023-01-31 23:56:53 +03:00
parent 72d3244dcb
commit 18142fc257
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,5 @@ RUN apt-get update -y && \
sed -i '/documentserver-static-gzip.sh ${ONLYOFFICE_DATA_CONTAINER}/d' /app/ds/run-document-server.sh && \
#Set Up Debug Logging
sed -i 's/WARN/ALL/g' /etc/onlyoffice/documentserver/log4js/production.json && \
#Start test example
sed -i 's,autostart=false,autostart=true,' /etc/supervisor/conf.d/ds-example.conf && \
rm -rf /var/lib/apt/lists/*
ENTRYPOINT python3 /var/www/onlyoffice/documentserver/build_tools/develop/run_build_js.py /var/www/onlyoffice/documentserver && /bin/sh -c /app/ds/run-document-server.sh

View File

@ -117,7 +117,9 @@ After the server starts successfully, you will see Docker log messages like this
```
To try the document editor, open a browser tab and type
[http://localhost/example](http://localhost/example) into the URL bar.
[http://localhost](http://localhost) into the URL bar.
Follow instructions on the welcome page to start test example.
Then go to test example
**Note**: Disable **ad blockers** for localhost page.
It may block some scripts (like Analytics.js)