aurral: chmod our docker-entrypoint.sh override so it's executable

This commit is contained in:
petruknw
2026-05-21 15:36:24 +10:00
parent df9f80969a
commit b486b16d3b

View File

@@ -22,4 +22,5 @@ ENV AURRAL_DATA_DIR=/config/data \
COPY rootfs /
RUN chmod a+x /etc/services.d/aurral/run \
&& chmod a+x /usr/local/bin/docker-entrypoint.sh \
&& mkdir -p /config/data