mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-02-26 06:19:03 +02:00
changed cmd for calling startup.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user