diff --git a/aiortc/Dockerfile b/aiortc/Dockerfile index bcb08f6..5f197c6 100644 --- a/aiortc/Dockerfile +++ b/aiortc/Dockerfile @@ -24,4 +24,7 @@ RUN apt update && \ # Copy root filesystem COPY rootfs / + +# Make files executable RUN chmod +x /etc/cont-init.d/*.sh +RUN chmod +x /etc/services.d/*/* \ No newline at end of file diff --git a/aiortc/config.yaml b/aiortc/config.yaml index 7c974e4..5856bd8 100644 --- a/aiortc/config.yaml +++ b/aiortc/config.yaml @@ -1,6 +1,6 @@ --- name: "3DPrinter-aiortc" -version: "2022.7.004" +version: "2022.7.005" slug: "3dprinter-aiortc" description: "Camera stream with support for WebRTC." url: "https://github.com/fredrikbaberg/3dprinter-addons/tree/main/3dprinter-aiortc"