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