improved about page to include BUGs and TODO, still better formatting required,and build date to be handled separate to last commit date

This commit is contained in:
2023-01-03 00:34:03 +11:00
parent 06846b86c5
commit be3e2ae19e
5 changed files with 48 additions and 4 deletions

View File

@@ -21,6 +21,8 @@ EXPOSE 443
EXPOSE 55432
COPY . .
RUN git log -n 15 > ./internal/git-log.txt
RUN ln -s /code/TODO /code/internal/TODO
RUN ln -s /code/BUGs /code/internal/BUGs
RUN rm -rf .git
RUN chown mythtv:mythtv /code
RUN chown mythtv:mythtv ./static