diff options
author | Astound <kirito@disroot.org> | 2024-08-05 02:14:45 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-08-05 02:14:45 +0800 |
commit | b19258aea0462a75938a19d603268698a6b94677 (patch) | |
tree | 3fb090d0869bb4cc6ff702464c8d67242c0ccc4b /gitolite-cgit/Dockerfile | |
parent | cfb87065755ca10e4ef3382f0ef5ca1c42fc2be3 (diff) | |
download | gitolite-cgit-docker-b19258aea0462a75938a19d603268698a6b94677.tar.lz gitolite-cgit-docker-b19258aea0462a75938a19d603268698a6b94677.tar.xz gitolite-cgit-docker-b19258aea0462a75938a19d603268698a6b94677.zip |
Make .gitolite.rc in runtime
Diffstat (limited to 'gitolite-cgit/Dockerfile')
-rw-r--r-- | gitolite-cgit/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitolite-cgit/Dockerfile b/gitolite-cgit/Dockerfile index 3e23d6e..a3f9566 100644 --- a/gitolite-cgit/Dockerfile +++ b/gitolite-cgit/Dockerfile @@ -35,7 +35,6 @@ 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 auto-default-branch.sh /usr/lib/gitolite/triggers/auto-default-branch -COPY gitolite.rc /var/lib/git/.gitolite.rc COPY entrypoint.sh / RUN chmod u+x /usr/lib/cgit/filters/html-converters/md2html |