Files
homeassistant-config/Dockerfile
Martin Bauer f7a5cf03e2 fixes
2019-06-30 22:57:34 +02:00

6 lines
128 B
Docker

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