diff --git a/.gitmodules b/.gitmodules index fd2fdd62..b2a80f18 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,16 @@ [submodule "src/GameModels"] path = src/GameModels url = https://github.com/Heroyt/LACModels + branch = master [submodule "modules/Core"] path = modules/Core - url = https://github.com/LaserLiga/lac_modules_core.git \ No newline at end of file + url = https://github.com/LaserLiga/lac_modules_core.git + branch = master +[submodule "modules/Tables"] + path = modules/Tables + url = https://github.com/LaserLiga/lac_module_tables + branch = master +[submodule "modules/Tournament"] + path = modules/Tournament + url = https://github.com/LaserLiga/lac_modules_tournaments + branch = master \ No newline at end of file diff --git a/docker/Dockerfile b/docker/Dockerfile index af92433c..dfb6adc2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -17,8 +17,8 @@ RUN git remote add origin https://github.com/Heroyt/LaserArenaControl.git RUN git fetch --all --tags RUN git checkout -t origin/master RUN git config pull.ff only --autostash -RUN git submodule init && git submodule update --init --recursive --remote RUN git pull --recurse-submodules=yes +RUN git submodule init && git submodule update --init --recursive --remote # Initialize all configs and create necessary directories RUN mv private/docker-config.ini private/config.ini