diff --git a/amd64/Dockerfile b/amd64/Dockerfile index 43dd2fe..5d6eefd 100644 --- a/amd64/Dockerfile +++ b/amd64/Dockerfile @@ -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"]