Răsfoiți Sursa

PR791 [docker] correct the command to copy the hue.ini file (#791)

correct the command to copy the hue.ini file.
Xingang Zhang 6 ani în urmă
părinte
comite
52e8b9a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tools/docker/README.md

+ 1 - 1
tools/docker/README.md

@@ -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
 ```