commit f0124abbb4f96a62e041177d8d8e5e1d6a8b0c4a
parent 061547d323dba7bf4f551a96952c0f092ef35d00
Author: andersuno <anders@desk.andersuno.nu>
Date: Mon, 2 May 2022 20:14:03 +0200
Added copy of resources
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Dockerfile b/Dockerfile
@@ -36,6 +36,8 @@ COPY git-shell-commands /home/git/git-shell-commands
# Stagit binaries
COPY bin /usr/local/bin
+COPY resources /git-server/resources
+
# sshd_config file is edited for enable access key and disable access password
COPY sshd_config /etc/ssh/sshd_config
COPY start.sh start.sh