From 0ce3bebfa737f121c44e087dbd08fa3f23f3415c Mon Sep 17 00:00:00 2001 From: Skillet Date: Mon, 3 Apr 2023 11:38:17 -0400 Subject: [PATCH] Update git pull to grab submodules --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a9c22a..e75f5fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ apt-get update su "${USER}" - <<- __EOC__ ( - git clone --depth 1 https://github.com/AsgardEternal/SquadJS.git "${USER_HOME}/SquadJS" + git clone --recurse-submodules --depth 1 https://github.com/AsgardEternal/SquadJS.git "${USER_HOME}/SquadJS" cd "${USER_HOME}/SquadJS" || exit 1 yarn install yarn cache clean