diff --git a/portainer_agent/Dockerfile b/portainer_agent/Dockerfile index 940e238b7..87afea712 100644 --- a/portainer_agent/Dockerfile +++ b/portainer_agent/Dockerfile @@ -68,9 +68,9 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get # 4 Entrypoint # ################ -RUN chmod 777 /entrypoint.sh -ENTRYPOINT [ "/usr/bin/env" ] -CMD [ "/entrypoint.sh" ] +#RUN chmod 777 /entrypoint.sh +#ENTRYPOINT [ "/usr/bin/env" ] +#CMD [ "/entrypoint.sh" ] ############ # 5 Labels # diff --git a/portainer_agent/config.json b/portainer_agent/config.json index bbeca3651..15fc89224 100644 --- a/portainer_agent/config.json +++ b/portainer_agent/config.json @@ -40,5 +40,5 @@ }, "slug": "portainer_agent", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.18.2-test4" + "version": "2.18.2-test5" } \ No newline at end of file