From 18540c42fba998be92f4ddc2c192359313c96af2 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 20 May 2023 21:31:19 +0200 Subject: [PATCH] test --- portainer_agent/Dockerfile | 6 +++--- portainer_agent/config.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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