finished basic about page, and including 15 recent commits by default

This commit is contained in:
2022-12-31 14:28:05 +11:00
parent 70c449d859
commit 1afaa338a8
4 changed files with 34 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ RUN pip3 install --upgrade pillow --user
EXPOSE 443
EXPOSE 55432
COPY . .
RUN git log -n 5 > ./internal/git-log.txt
RUN git log -n 15 > ./internal/git-log.txt
RUN rm -rf .git
RUN chown mythtv:mythtv /code
RUN chown mythtv:mythtv ./static