mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 17:15:57 +02:00
aurral: override upstream ENTRYPOINT with /init so s6 owns startup
This commit is contained in:
@@ -24,3 +24,8 @@ COPY rootfs /
|
|||||||
|
|
||||||
RUN chmod a+x /etc/services.d/aurral/run \
|
RUN chmod a+x /etc/services.d/aurral/run \
|
||||||
&& mkdir -p /config/data
|
&& mkdir -p /config/data
|
||||||
|
|
||||||
|
# The upstream image sets ENTRYPOINT ["docker-entrypoint.sh"].
|
||||||
|
# Override it so s6-overlay (/init) owns startup instead.
|
||||||
|
ENTRYPOINT ["/init"]
|
||||||
|
CMD []
|
||||||
|
|||||||
Reference in New Issue
Block a user