From 1d26beacfbdc556d8fb100a7fc158343e0a2d213 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Mon, 11 Jul 2022 18:58:05 +0300 Subject: [PATCH] Clarify development info more (#494) * Clarify development info more Without both those folders docker run process is failed --- develop/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/develop/README.md b/develop/README.md index 34f7a84..d8bd05f 100644 --- a/develop/README.md +++ b/develop/README.md @@ -37,13 +37,12 @@ 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. +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 \