disable iobroker daemon

This commit is contained in:
Andre
2017-08-22 15:19:52 +02:00
committed by GitHub
parent ced4037317
commit 42b5720086

View File

@@ -24,6 +24,7 @@ RUN chmod +x iobroker_startup.sh
WORKDIR /opt/iobroker/
RUN npm install iobroker --unsafe-perm && echo $(hostname) > .install_host
RUN update-rc.d iobroker.sh disable
CMD ["sh", "/opt/scripts/iobroker_startup.sh"]