This commit is contained in:
Alexandre
2023-05-20 21:31:19 +02:00
parent e4305ab5f0
commit 18540c42fb
2 changed files with 4 additions and 4 deletions

View File

@@ -68,9 +68,9 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
# 4 Entrypoint # # 4 Entrypoint #
################ ################
RUN chmod 777 /entrypoint.sh #RUN chmod 777 /entrypoint.sh
ENTRYPOINT [ "/usr/bin/env" ] #ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/entrypoint.sh" ] #CMD [ "/entrypoint.sh" ]
############ ############
# 5 Labels # # 5 Labels #

View File

@@ -40,5 +40,5 @@
}, },
"slug": "portainer_agent", "slug": "portainer_agent",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.18.2-test4" "version": "2.18.2-test5"
} }