diff --git a/Dockerfile b/Dockerfile index 063a0b4..bf8db83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,5 +22,5 @@ RUN pip3 install --upgrade pillow --user EXPOSE 443 EXPOSE 55432 COPY . . -RUN chown mythtv:mythtv ./static +RUN chown -R mythtv:mythtv ./static CMD ["./wrapper.sh"]