Add more mimetypes and gitolite.rc file

This commit is contained in:
Jesús
2021-04-08 13:25:33 -05:00
parent 7b8280c1d5
commit 938767f582
3 changed files with 217 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ EXPOSE 22 80 9418
WORKDIR /var/lib/git
COPY cgit.css /usr/share/webapps/cgit/cgit.css
COPY gitolite.rc /var/lib/git/.gitolite.rc
COPY entrypoint.sh /
RUN chmod u+x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]