👷 build: fix docker build (#11768)

* fix build

* fix build
This commit is contained in:
Arvin Xu
2026-01-24 15:24:05 +08:00
committed by GitHub
parent 7ae5f687f7
commit a43415bd60
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@ const checkRequiredEnvVars = () => {
console.error(` 📖 Documentation: ${docUrl}\n`);
}
console.error('Please configure these environment variables and redeploy.');
console.error('\n💡 TIP: If you previously used NEXT_AUTH_SECRET, simply rename it to AUTH_SECRET.');
console.error('═'.repeat(70) + '\n');
process.exit(1);
}