Make cont-init scripts executable

This commit is contained in:
Fredrik Baberg 2022-07-07 16:51:09 +02:00
parent 4ef2b4dc3f
commit 62da070686
2 changed files with 2 additions and 1 deletions

View File

@ -24,3 +24,4 @@ RUN apt update && \
# Copy root filesystem
COPY rootfs /
RUN chmod +x /etc/cont-init.d/*.sh

View File

@ -1,6 +1,6 @@
---
name: "3DPrinter-aiortc"
version: "2022.7.003"
version: "2022.7.004"
slug: "3dprinter-aiortc"
description: "Camera stream with support for WebRTC."
url: "https://github.com/fredrikbaberg/3dprinter-addons/tree/main/3dprinter-aiortc"