homeassistant-config/Dockerfile

6 lines
128 B
Docker
Raw Normal View History

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