dont chown -R the whole of static, as the build process will follow symlinks -- we dont want that, so just do the top-level of static

This commit is contained in:
2021-07-03 12:03:56 +10:00
parent 120c2f3a77
commit 91322d438c

View File

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