diff --git a/apps/dokploy/server/utils/providers/git.ts b/apps/dokploy/server/utils/providers/git.ts index b6f23705f..34215bd5b 100644 --- a/apps/dokploy/server/utils/providers/git.ts +++ b/apps/dokploy/server/utils/providers/git.ts @@ -56,6 +56,7 @@ export const cloneGitRepository = async ( customGitBranch, "--depth", "1", + "--recurse-submodules", customGitUrl, outputPath, "--progress",