revert: undo entrypoint override (config uses pre-built image, no Docker build)

This commit is contained in:
petruknw
2026-05-20 23:11:37 +10:00
parent 15749a4d2f
commit 0214053b74
2 changed files with 1 additions and 6 deletions

View File

@@ -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

View File

@@ -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 "$@"