[develop] Clarify cwd for docker run command

This commit is contained in:
Sergey Konovalov
2024-06-19 11:54:16 +03:00
parent 08e6d5ba53
commit 1d36cad17e

View File

@ -75,14 +75,15 @@ along with the relative paths to the required folders.
The folders `sdkjs` and `web-apps` are required for proper development workflow. The folders `sdkjs` and `web-apps` are required for proper development workflow.
The folders `server` is optional The folders `server` is optional
**Note**: Run command with the current working directory
containing `sdkjs`, `web-apps`...
**Note**: ONLYOFFICE server uses port 80. **Note**: ONLYOFFICE server uses port 80.
Look for another application using port 80 and stop it Look for another application using port 80 and stop it
**Note**: Server start with `sdkjs` and `web-apps` takes 15 minutes **Note**: Server start with `sdkjs` and `web-apps` takes 15 minutes
and takes 20 minutes with `server` and takes 20 minutes with `server`
**Note**: Run command from work dir with development modules
### docker run on Windows (PowerShell) ### docker run on Windows (PowerShell)
**Note**: Run PowerShell as administrator to fix EACCES error when installing **Note**: Run PowerShell as administrator to fix EACCES error when installing