diff options
author | kaotisk <kaotisk@arching-kaos.com> | 2021-12-26 08:54:24 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.com> | 2021-12-26 08:54:24 +0200 |
commit | d686a5cd76a23bb7bbed8f3b976a3c410580ca7b (patch) | |
tree | 4bcf493b4c2fc346fa813b50e3a1aa5326378325 | |
parent | 29d256a370622139ed5b9916726b0730121d12e4 (diff) | |
download | arching-kaos-tools-d686a5cd76a23bb7bbed8f3b976a3c410580ca7b.tar.gz arching-kaos-tools-d686a5cd76a23bb7bbed8f3b976a3c410580ca7b.tar.bz2 arching-kaos-tools-d686a5cd76a23bb7bbed8f3b976a3c410580ca7b.zip |
Fixed warning for default branch when using git, set master
-rw-r--r-- | ContainerFile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |