6 lines
115 B
Docker
6 lines
115 B
Docker
FROM homeassistant/home-assistant
|
|
|
|
RUN apt-get update && apt-get install nodejs
|
|
WORKDIR /config
|
|
CMD [ "./run.sh" ]
|