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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user