Explorar o código

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

correct the command to copy the hue.ini file.
Xingang Zhang %!s(int64=7) %!d(string=hai) anos
pai
achega
52e8b9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 ```