From ed705a051f5f1a48eb2a4bad8d11ee97cc45542b Mon Sep 17 00:00:00 2001 From: petruknw Date: Wed, 20 May 2026 23:40:41 +1000 Subject: [PATCH] fix: chmod the passthrough entrypoint so it actually overrides upstream --- aurral/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aurral/Dockerfile b/aurral/Dockerfile index 3826991edc..e22a87a30d 100644 --- a/aurral/Dockerfile +++ b/aurral/Dockerfile @@ -17,4 +17,5 @@ LABEL \ COPY rootfs / -RUN chmod a+x /etc/services.d/aurral/run +RUN chmod a+x /etc/services.d/aurral/run \ + && chmod a+x /usr/local/bin/docker-entrypoint.sh