This commit is contained in:
Andras Bacsai 2023-01-11 10:11:32 +01:00
parent 305823db00
commit ad5c339780

View File

@ -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}`);