Set standalone server default hostname to `0.0.0.0` (#54445)
By default Next.js listens on localhost, platforms like Google Cloud Run and fly.io will fail to deploy apps that listen on `localhost`, Next.js should bind to `0.0.0.0` instead
Related to #54342
Fixes #49777
Fixes #54133