Docker default to starting dashboard (#143)

This commit is contained in:
Otto Winter 2018-10-04 19:01:57 +02:00 committed by GitHub
parent 05a1089ed2
commit 7ce753b76f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,3 +23,4 @@ RUN pip install --no-cache-dir -e . && \
WORKDIR /config
ENTRYPOINT ["esphomeyaml"]
CMD ["/config", "dashboard"]