mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Change ENTRYPOINT to use /usr/bin/env
This commit is contained in:
@@ -82,7 +82,9 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.
|
|||||||
RUN chmod a+x /usr/sbin/healthcheck && \
|
RUN chmod a+x /usr/sbin/healthcheck && \
|
||||||
chmod a+x /usr/sbin/wait-for-signal
|
chmod a+x /usr/sbin/wait-for-signal
|
||||||
WORKDIR "/app"
|
WORKDIR "/app"
|
||||||
ENTRYPOINT [ "/ha_entrypoint.sh" ]
|
|
||||||
|
ENTRYPOINT [ "/usr/bin/env" ]
|
||||||
|
CMD [ "/ha_entrypoint.sh" ]
|
||||||
|
|
||||||
############
|
############
|
||||||
# 5 Labels #
|
# 5 Labels #
|
||||||
|
|||||||
Reference in New Issue
Block a user