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