homeassistant-config/Dockerfile

6 lines
115 B
Docker
Raw Normal View History

2019-06-30 22:17:33 +02:00
FROM homeassistant/home-assistant
RUN apt-get update && apt-get install nodejs
WORKDIR /config
CMD [ "./run.sh" ]