This commit is contained in:
Martin Bauer
2019-06-30 22:57:34 +02:00
parent 2ce8f0c998
commit f7a5cf03e2
4 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
FROM homeassistant/home-assistant
RUN apt-get update && apt-get install nodejs
RUN apt-get update && apt-get install -y nodejs
WORKDIR /config
CMD [ "./run.sh" ]
CMD [ "./run_on_server.sh" ]