chown /code to mythtv as well, as the /code path needs to be writable now that pa_exifautotran re-writes images

This commit is contained in:
2022-08-03 17:55:21 +10:00
parent 8d406c889f
commit 064efc5137

View File

@@ -22,6 +22,7 @@ RUN pip3 install --upgrade pillow --user
EXPOSE 443 EXPOSE 443
EXPOSE 55432 EXPOSE 55432
COPY . . COPY . .
RUN chown mythtv:mythtv /code
RUN chown mythtv:mythtv ./static RUN chown mythtv:mythtv ./static
RUN chown mythtv:mythtv ./static/* RUN chown mythtv:mythtv ./static/*
CMD ["./wrapper.sh"] CMD ["./wrapper.sh"]