Lovelace changes & Dockerfile update

This commit is contained in:
Martin Bauer
2019-10-28 17:44:40 +01:00
parent 696536f2e2
commit bac8ed1803
8 changed files with 592 additions and 352 deletions

View File

@@ -1,5 +1,6 @@
FROM homeassistant/home-assistant
RUN apt-get update && apt-get install -y nodejs
#RUN apt-get update && apt-get install -y nodejs
RUN apk update && apk add --update nodejs npm
WORKDIR /config
CMD [ "./run_on_server.sh" ]