changes for iobroker host this issues

This commit is contained in:
Andre
2019-01-11 10:17:55 +01:00
parent 4f0d07878b
commit fdbde6eb15
2 changed files with 3 additions and 5 deletions

View File

@@ -29,8 +29,8 @@ RUN chmod +x iobroker_startup.sh
WORKDIR /opt/iobroker/
RUN npm install iobroker --unsafe-perm && npm i --production --unsafe-perm
RUN update-rc.d iobroker.sh remove && echo $(hostname) > .install_host
RUN echo $(hostname) > .install_host && npm install iobroker --unsafe-perm && npm i --production --unsafe-perm
RUN update-rc.d iobroker.sh remove
RUN npm install node-gyp -g
CMD ["sh", "/opt/scripts/iobroker_startup.sh"]