Clarify development info more (#494)

* Clarify development info more

Without both those folders docker run process is failed
This commit is contained in:
Pavel Lobashov
2022-07-11 18:58:05 +03:00
committed by GitHub
parent e0352bdc4a
commit 1d26beacfb

View File

@ -38,12 +38,11 @@ docker build -t documentserver-develop .
To connect external folders to the container,
you need to pass the "-v" parameter
along with the relative paths to the required folders.
The folders `sdkjs` and `web-apps` are required for proper development workflow
* `sdkjs` repo is located [here](https://github.com/ONLYOFFICE/sdkjs/)
* `web-apps` repo is located [here](https://github.com/ONLYOFFICE/web-apps/)
**For example, let's connect the external folders "sdkjs" and "web-apps" to the container:**
```bash
docker run -i -t -d -p 80:80 --restart=always \
-v /host-dir/sdkjs:/var/www/onlyoffice/documentserver/sdkjs \