diff --git a/Dockerfile b/Dockerfile index 5afb2065e9..81eefcd244 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,3 +23,4 @@ RUN pip install --no-cache-dir -e . && \ WORKDIR /config ENTRYPOINT ["esphomeyaml"] +CMD ["/config", "dashboard"]