hoepfully fixing some permission issues

This commit is contained in:
andre
2020-02-02 23:39:28 +01:00
parent f2122a84bc
commit 39923bbb5d
4 changed files with 7 additions and 5 deletions

View File

@@ -86,4 +86,4 @@ ENV ADMINPORT=8081 \
ZWAVE="false"
# Run startup-script
ENTRYPOINT ["/opt/scripts/iobroker_startup.sh"]
ENTRYPOINT ["/bin/bash", "-c", "/opt/scripts/iobroker_startup.sh"]