Make scripts executable

This commit is contained in:
Fredrik Baberg 2023-03-16 12:47:55 +01:00
parent ceea652afb
commit 6f7468fa96

View File

@ -89,6 +89,6 @@ COPY rootfs/ /
WORKDIR / WORKDIR /
# # Make files executable # Make files executable
# RUN chmod +x /etc/cont-init.d/*.sh RUN chmod +x /etc/cont-init.d/*.sh
# RUN chmod +x /etc/services.d/*/* RUN chmod +x /etc/services.d/*/*