Lovelace changes & Dockerfile update
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user