This commit is contained in:
Alexandre
2023-09-09 19:43:22 +02:00
parent a2d4b7ef9e
commit 20df827860
2 changed files with 3 additions and 3 deletions

View File

@@ -76,8 +76,8 @@ RUN \
for shebang in "/command/with-contenv bashio" "/usr/bin/env bashio" "/usr/bin/bashio" "/bin/bash" "/bin/sh"; do if [ -f "${shebang%% *}" ]; then break; fi; done; sed -i "s|/command/with-contenv bashio|$shebang|g" /ha_entrypoint.sh
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/ha_entrypoint.sh" ]
ENTRYPOINT [ "/ha_entrypoint.sh" ]
#CMD [ "/ha_entrypoint.sh" ]
############
# 5 Labels #