mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 21:34:06 +02:00
Update Dockerfile
This commit is contained in:
@@ -217,15 +217,7 @@ EXPOSE ${APP_PORT}
|
|||||||
# ----------------------------------
|
# ----------------------------------
|
||||||
# 7 Entrypoint and Scripts
|
# 7 Entrypoint and Scripts
|
||||||
|
|
||||||
# Add entrypoint
|
# Add entrypoint script from Mealie repository
|
||||||
ENV S6_STAGE2_HOOK=/ha_entrypoint.sh
|
|
||||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" "/ha_entrypoint.sh"
|
|
||||||
|
|
||||||
# Entrypoint modifications
|
|
||||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh"
|
|
||||||
RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh
|
|
||||||
|
|
||||||
# Download and set the entry.sh from Mealie repository
|
|
||||||
ADD "https://raw.githubusercontent.com/mealie-recipes/mealie/mealie-next/docker/entry.sh" "/app/run.sh"
|
ADD "https://raw.githubusercontent.com/mealie-recipes/mealie/mealie-next/docker/entry.sh" "/app/run.sh"
|
||||||
|
|
||||||
# Ensure the entry.sh is executable
|
# Ensure the entry.sh is executable
|
||||||
|
|||||||
Reference in New Issue
Block a user