From 7ce753b76f5e1b4848985ccddb5dc9212c9615aa Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Thu, 4 Oct 2018 19:01:57 +0200 Subject: [PATCH] Docker default to starting dashboard (#143) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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"]