6 lines
128 B
Docker
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" ]
|