homeassistant-config/Dockerfile

7 lines
175 B
Docker
Raw Permalink Normal View History

2019-06-30 22:17:33 +02:00
FROM homeassistant/home-assistant
2019-10-28 17:44:40 +01:00
#RUN apt-get update && apt-get install -y nodejs
RUN apk update && apk add --update nodejs npm
2019-06-30 22:17:33 +02:00
WORKDIR /config
2019-06-30 22:57:34 +02:00
CMD [ "./run_on_server.sh" ]