diff --git a/camera-ustreamer/Dockerfile b/camera-ustreamer/Dockerfile index 9cf43fe..9b6097b 100644 --- a/camera-ustreamer/Dockerfile +++ b/camera-ustreamer/Dockerfile @@ -89,6 +89,6 @@ COPY rootfs/ / WORKDIR / -# # Make files executable -# RUN chmod +x /etc/cont-init.d/*.sh -# RUN chmod +x /etc/services.d/*/* +# Make files executable +RUN chmod +x /etc/cont-init.d/*.sh +RUN chmod +x /etc/services.d/*/*