Starting home assistant is now done via __main__.py

This commit is contained in:
Paulus Schoutsen
2014-11-02 17:27:32 -08:00
parent d56edd46bb
commit 94d9cbf76e
5 changed files with 54 additions and 27 deletions

View File

@@ -5,4 +5,4 @@ VOLUME /config
EXPOSE 8123
CMD [ "python", "./start.py", "--docker" ]
CMD [ "python", "-m", "homeassistant", "--docker" ]