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