mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: delete log
This commit is contained in:
@@ -49,7 +49,6 @@ Compose Type: ${composeType} ✅`;
|
||||
|
||||
const projectPath = join(COMPOSE_PATH, compose.appName, "code");
|
||||
|
||||
console.log("Command:", ...command.split(" "));
|
||||
await spawnAsync(
|
||||
"docker",
|
||||
[...command.split(" ")],
|
||||
|
||||
Reference in New Issue
Block a user