finished basic about page, and including 15 recent commits by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user