diff --git a/eufy-ha-mqtt-bridge/Dockerfile b/eufy-ha-mqtt-bridge/Dockerfile index 099eda1..757349b 100644 --- a/eufy-ha-mqtt-bridge/Dockerfile +++ b/eufy-ha-mqtt-bridge/Dockerfile @@ -4,4 +4,5 @@ RUN apt-get update && apt-get install -y jq sqlite3 RUN npm install json2yaml COPY docker-entrypoint.sh / +RUN chmod a+x /docker-entrypoint.sh ENTRYPOINT ["/docker-entrypoint.sh"]