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