This commit is contained in:
andre
2017-12-27 15:55:51 +01:00
parent d301f754f4
commit 4f41716e77

View File

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