mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor(multi-server): add error support
This commit is contained in:
@@ -98,6 +98,7 @@ Compose Type: ${composeType} ✅`;
|
|||||||
});
|
});
|
||||||
|
|
||||||
const bashCommand = `
|
const bashCommand = `
|
||||||
|
set -e;
|
||||||
echo "${logBox}" >> ${logPath};
|
echo "${logBox}" >> ${logPath};
|
||||||
${newCompose}
|
${newCompose}
|
||||||
${envCommand}
|
${envCommand}
|
||||||
|
|||||||
Reference in New Issue
Block a user