From 0e3537efdceee822c785178ce8cdcc14df5eeef1 Mon Sep 17 00:00:00 2001 From: d-two <32079446+d-two@users.noreply.github.com> Date: Thu, 25 Aug 2022 10:32:48 +0200 Subject: [PATCH] Update Dockerfile --- oscam/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oscam/Dockerfile b/oscam/Dockerfile index f307b76..7e0c0ff 100644 --- a/oscam/Dockerfile +++ b/oscam/Dockerfile @@ -90,6 +90,9 @@ RUN \ # copy local files COPY root/ / +RUN \ + chown root:root /etc/cont-init.d/30-config + # Ports and volumes EXPOSE 8888 EXPOSE 9999