mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 12:33:06 +00:00
fix
This commit is contained in:
@@ -1935,7 +1935,6 @@ export function generateSecrets(
|
||||
envs.push(parseSecret(secret, build));
|
||||
});
|
||||
}
|
||||
console.log(envs);
|
||||
const portFound = envs.filter((env) => env.startsWith('PORT'));
|
||||
if (portFound.length === 0 && port && !isBuild) {
|
||||
envs.push(`PORT=${port}`);
|
||||
|
||||
Reference in New Issue
Block a user