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