fix
This commit is contained in:
parent
305823db00
commit
ad5c339780
1 changed files with 0 additions and 1 deletions
|
|
@ -1935,7 +1935,6 @@ export function generateSecrets(
|
||||||
envs.push(parseSecret(secret, build));
|
envs.push(parseSecret(secret, build));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
console.log(envs);
|
|
||||||
const portFound = envs.filter((env) => env.startsWith('PORT'));
|
const portFound = envs.filter((env) => env.startsWith('PORT'));
|
||||||
if (portFound.length === 0 && port && !isBuild) {
|
if (portFound.length === 0 && port && !isBuild) {
|
||||||
envs.push(`PORT=${port}`);
|
envs.push(`PORT=${port}`);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue