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