mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor(builder): removed path log
This commit is contained in:
@@ -159,8 +159,6 @@ export const createCommand = (compose: ComposeNested) => {
|
|||||||
path = compose.composePath;
|
path = compose.composePath;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(path);
|
|
||||||
|
|
||||||
let command = "";
|
let command = "";
|
||||||
|
|
||||||
if (composeType === "docker-compose") {
|
if (composeType === "docker-compose") {
|
||||||
|
|||||||
Reference in New Issue
Block a user