mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-31 02:10:32 +02:00
Update Dockerfile
This commit is contained in:
@@ -65,7 +65,9 @@ RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.
|
|||||||
################
|
################
|
||||||
|
|
||||||
# Restore nginx configuration
|
# Restore nginx configuration
|
||||||
RUN rm -r /etc/nginx && mv /etc/nginx2 /etc/nginx
|
RUN \
|
||||||
|
if [[ -d /etc/nginx ]]; then rm -r /etc/nginx; fi \
|
||||||
|
&& mv /etc/nginx2 /etc/nginx
|
||||||
|
|
||||||
# Add entrypoint
|
# Add entrypoint
|
||||||
ENV S6_STAGE2_HOOK=/ha_entrypoint.sh
|
ENV S6_STAGE2_HOOK=/ha_entrypoint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user