Files
homeassistant-config/Dockerfile
2019-06-30 22:17:33 +02:00

6 lines
115 B
Docker

FROM homeassistant/home-assistant
RUN apt-get update && apt-get install nodejs
WORKDIR /config
CMD [ "./run.sh" ]