diff --git a/ioBroker/CHANGELOG.md b/ioBroker/CHANGELOG.md index 3902655..bad4830 100644 --- a/ioBroker/CHANGELOG.md +++ b/ioBroker/CHANGELOG.md @@ -6,5 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.0.1] - 2020-12-30 +## [0.2.0] - 2020-12-30 +- Fix permission bug in dockerfile + +## [0.1.0] - 2020-12-30 - Initial release \ No newline at end of file diff --git a/ioBroker/Dockerfile b/ioBroker/Dockerfile index 53866ad..40db429 100644 --- a/ioBroker/Dockerfile +++ b/ioBroker/Dockerfile @@ -1,4 +1,5 @@ FROM buanet/iobroker@sha256:f3ea64a0a2e32768f77b707d739448636bd179580fee787f4b2610068edcb014 # copy over the patched iobroker_startup.sh -COPY iobroker_startup.sh /opt/scripts/iobroker_startup.sh \ No newline at end of file +COPY iobroker_startup.sh /opt/scripts/iobroker_startup.sh +RUN chmod a+x /opt/scripts/iobroker_startup.sh diff --git a/ioBroker/config.json b/ioBroker/config.json index 000a0c5..405485b 100644 --- a/ioBroker/config.json +++ b/ioBroker/config.json @@ -1,6 +1,6 @@ { "name": "ioBroker", - "version": "0.1.0", + "version": "0.2.0", "webui": "http://[HOST]:[PORT:8081]/", "slug": "iobroker", "description": "Open source automation platform",