mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix(git): add --recursive-submodules flag
This commit is contained in:
parent
610ef8f35c
commit
fb013fe4ec
@ -56,6 +56,7 @@ export const cloneGitRepository = async (
|
||||
customGitBranch,
|
||||
"--depth",
|
||||
"1",
|
||||
"--recurse-submodules",
|
||||
customGitUrl,
|
||||
outputPath,
|
||||
"--progress",
|
||||
|
Loading…
Reference in New Issue
Block a user