summaryrefslogtreecommitdiffstats
path: root/gitolite/Dockerfile
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-09-15 08:49:25 -0400
committerMalfurious <m@lfurio.us>2023-09-15 10:53:24 -0400
commitc1db5d6e6557ac5f3b9d408eb2de888bf096a370 (patch)
tree73b2ff4824313805629ee98efd1844fd7b636da1 /gitolite/Dockerfile
parent5756572b09a78541d9d0d9fc6b21a6c006a99894 (diff)
downloadsrcnode-c1db5d6e6557ac5f3b9d408eb2de888bf096a370.tar.gz
srcnode-c1db5d6e6557ac5f3b9d408eb2de888bf096a370.zip
gitolite: Add admin initialization script
Per docker image changes, this serves as an alternative entrypoint for performing initial pubkey configuration. Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'gitolite/Dockerfile')
-rw-r--r--gitolite/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitolite/Dockerfile b/gitolite/Dockerfile
index e3ff032..5d34312 100644
--- a/gitolite/Dockerfile
+++ b/gitolite/Dockerfile
@@ -22,7 +22,7 @@ RUN useradd \
# Install files
COPY --chown=git:git dotfiles /git/
COPY sshd_config /etc/ssh/
-COPY gitolite.conf entrypoint.sh /app/
+COPY gitolite.conf entrypoint.sh initialize.sh /app/
# Setup SSH keys
# We manually generate and store host keys in a separate volume, so that