mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix(logs): improve logs in remote server when is error, and fix the env parsing to allow any values in enviroment variables
This commit is contained in:
@@ -55,7 +55,7 @@ export const getPaketoCommand = (
|
||||
];
|
||||
|
||||
for (const env of envVariables) {
|
||||
args.push("--env", env);
|
||||
args.push("--env", `'${env}'`);
|
||||
}
|
||||
|
||||
const command = `pack ${args.join(" ")}`;
|
||||
|
||||
Reference in New Issue
Block a user