[develop] Add no-cache option to readme

This commit is contained in:
Sergey Konovalov
2024-05-23 01:25:48 +03:00
parent 5ef8abacfa
commit a72ead91dc

View File

@ -45,7 +45,7 @@ instruction show how to use docker without sudo.
```bash
cd build_tools/develop
docker pull onlyoffice/documentserver
docker build -t documentserver-develop .
docker build --no-cache -t documentserver-develop .
```
**Note**: The dot at the end is required.