From 064efc51370141e52eb0c39e29479ff09c4498ac Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 3 Aug 2022 17:55:21 +1000 Subject: [PATCH] chown /code to mythtv as well, as the /code path needs to be writable now that pa_exifautotran re-writes images --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index aecfc24..90c4f80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ RUN pip3 install --upgrade pillow --user EXPOSE 443 EXPOSE 55432 COPY . . +RUN chown mythtv:mythtv /code RUN chown mythtv:mythtv ./static RUN chown mythtv:mythtv ./static/* CMD ["./wrapper.sh"]