Update Dockerfile

This commit is contained in:
Pascal Vizeli 2017-10-21 09:43:01 +02:00 committed by GitHub
parent 0f94ca5093
commit 3253e9842d

View file

@ -35,7 +35,7 @@ RUN apk add --no-cache \
&& rm -r homeassistant && rm -r homeassistant
# Install and update certificates # Install and update certificates
RUN update-ca-certificates RUN update-ca-certificates -f
# Run Home Assistant # Run Home Assistant
WORKDIR /config WORKDIR /config