update theme pygments to cgit

This commit is contained in:
Jesús
2021-05-23 15:07:31 -05:00
parent b148a4d8a4
commit 64bc0e7de3
3 changed files with 58 additions and 1 deletions

View File

@@ -29,10 +29,12 @@ WORKDIR /var/lib/git
COPY cgit.css /usr/share/webapps/cgit/cgit.css
COPY md2html /usr/lib/cgit/filters/html-converters/md2html
COPY syntax-highlighting.py /usr/lib/cgit/filters/syntax-highlighting.py
COPY gitolite.rc /var/lib/git/.gitolite.rc
COPY entrypoint.sh /
RUN chmod u+x /usr/lib/cgit/filters/html-converters/md2html
RUN chmod u+x /usr/lib/cgit/filters/syntax-highlighting.py
RUN chmod u+x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]