Make scripts executable
This commit is contained in:
parent
ceea652afb
commit
6f7468fa96
@ -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/*/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user