mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-02 11:20:32 +02:00
revert: undo entrypoint override (config uses pre-built image, no Docker build)
This commit is contained in:
@@ -17,5 +17,4 @@ LABEL \
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
RUN chmod a+x /etc/services.d/aurral/run && \
|
||||
chmod a+x /usr/local/bin/docker-entrypoint.sh
|
||||
RUN chmod a+x /etc/services.d/aurral/run
|
||||
|
||||
@@ -1,6 +1,2 @@
|
||||
#!/bin/sh
|
||||
# Replacement for the upstream docker-entrypoint.sh.
|
||||
# The upstream version runs chown -R on /app/backend/data which fails when
|
||||
# that path is a symlink to a host-mounted HA volume (Operation not permitted).
|
||||
# All setup (symlinks, directory creation) is handled by the s6 run script.
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user