瀏覽代碼

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

correct the command to copy the hue.ini file.
Xingang Zhang 6 年之前
父節點
當前提交
52e8b9a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 ```