This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/bin/bash
set -e
# 直接启动已构建好的 Next.js app,监听 0.0.0.0
exec node node_modules/next/dist/bin/next start -H 0.0.0.0