Fix Next.js server binding to 0.0.0.0 for health checks

This commit is contained in:
fuomag9
2025-11-03 19:20:39 +01:00
parent 6ad7c49889
commit 6418629c0b

View File

@@ -28,5 +28,6 @@ gosu nextjs sh -c '
fi
echo "Starting application..."
export HOSTNAME="0.0.0.0"
exec node server.js
'