mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-21 05:20:31 +02:00
Update Dockerfile
This commit is contained in:
@@ -107,9 +107,10 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
|
|||||||
RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh
|
RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh
|
||||||
|
|
||||||
# Avoid config.yaml interference
|
# Avoid config.yaml interference
|
||||||
ENTRYPOINT [ "/usr/bin/env" ]
|
WORKDIR /home/birdnet
|
||||||
CMD [ "/ha_entrypoint.sh" ]
|
#ENTRYPOINT [ "/usr/bin/env" ]
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
#CMD [ "/ha_entrypoint.sh" ]
|
||||||
|
#SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
############
|
############
|
||||||
# 5 Labels #
|
# 5 Labels #
|
||||||
|
|||||||
Reference in New Issue
Block a user