From d686a5cd76a23bb7bbed8f3b976a3c410580ca7b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 26 Dec 2021 08:54:24 +0200 Subject: Fixed warning for default branch when using git, set master --- ContainerFile | 1 + 1 file changed, 1 insertion(+) (limited to 'ContainerFile') diff --git a/ContainerFile b/ContainerFile index 6f370d2..69936ed 100644 --- a/ContainerFile +++ b/ContainerFile @@ -5,6 +5,7 @@ RUN gpg --import /repo/test.sk RUN bash -c 'cd /repo && /repo/install.sh' RUN git config --global user.email "test@test.test" RUN git config --global user.name "test" +RUN git config --global init.defaultBranch master EXPOSE 4001/tcp EXPOSE 5001/tcp EXPOSE 8080/tcp -- cgit v1.2.3