commit e608aaa39dde180d52536dfa601e6785e2aeb894
parent 339132c40daf178ed97ab90a34800f5b1e084436
Author: Anders <anders.hedman01@gmail.com>
Date: Sun, 1 May 2022 17:10:57 +0200
Added more mkdirs
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Dockerfile b/Dockerfile
@@ -22,6 +22,8 @@ RUN mkdir /git-server/keys \
&& adduser -D -s /usr/bin/git-shell git \
&& echo git:12345 | chpasswd \
&& mkdir /home/git/.ssh
+RUN mkdir /git-server/repos
+RUN mkdir /git-server/public-html
# This is a login shell for SSH accounts to provide restricted Git access.
# It permits execution only of server-side Git commands implementing the