fix: chmod the passthrough entrypoint so it actually overrides upstream

This commit is contained in:
petruknw
2026-05-20 23:40:41 +10:00
parent 5c6290b1d1
commit ed705a051f

View File

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