Fix script

This commit is contained in:
Alexandre
2026-02-04 15:59:55 +01:00
committed by GitHub
parent b01aff69c7
commit 35f05b0e93
109 changed files with 109 additions and 109 deletions

View File

@@ -49,7 +49,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
# Add rootfs
COPY rootfs/ /
RUN find . -type f \( -name "*.sh" -o -name "run" -o -name "finish"\) -print -exec chmod +x {} \;
RUN find . -type f \( -name "*.sh" -o -name "run" -o -name "finish" \) -print -exec chmod +x {} \;
# Uses /bin for compatibility purposes
# hadolint ignore=DL4005