changed cmd for calling startup.sh

This commit is contained in:
Andre
2017-01-31 18:09:31 +01:00
committed by GitHub
parent 1737e01cb8
commit 58921f9773

View File

@@ -17,6 +17,6 @@ RUN npm install iobroker --unsafe-perm && echo $(hostname) > .install_host
ADD scripts/startup.sh startup.sh
RUN chmod +x startup.sh
CMD /opt/iobroker/startup.sh
CMD ["sh", "/opt/iobroker/startup.sh"]
ENV DEBIAN_FRONTEND teletype