diff --git a/enedisgateway2mqtt/Dockerfile b/enedisgateway2mqtt/Dockerfile index e8da3a784..90e1924aa 100644 --- a/enedisgateway2mqtt/Dockerfile +++ b/enedisgateway2mqtt/Dockerfile @@ -27,8 +27,7 @@ RUN \ # Copy root filesystem COPY rootfs / -RUN chmod 777 /run.sh \ - && chmod 777 /entrypoint.sh +RUN chmod 777 /entrypoint.sh ENTRYPOINT [ "/usr/bin/env" ] CMD ["/entrypoint.sh"] VOLUME [ "/data" ]