correct the command to copy the hue.ini file. (cherry picked from commit 52e8b9a3621dd861259622587415e150f6965d52)
@@ -44,7 +44,7 @@ or
```
cd tools/docker/hue-base
cp docker-compose.yml.sample docker-compose.yml
-cp ../../../hue/desktop/conf.dist/hue.ini
+cp ../../../desktop/conf.dist/hue.ini .
docker-compose up -d
docker exec -ti development_hue bash