Fix docker image

Fixes https://github.com/esphome/esphome-docs/issues/174
This commit is contained in:
Otto Winter 2019-03-05 19:49:12 +01:00
parent 918de941bc
commit a961ee05a3
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ RUN pip3 install --no-cache-dir --no-binary :all: \
sphinx
EXPOSE 8000
WORKDIR /data/esphomedocs
WORKDIR /data/esphome-docs
CMD ["make", "webserver"]