mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-22 08:41:50 +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 \
|
||||
&& 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