#!/bin/bash set -e # 启动 Node.js 后端 node server.js & # 启动 Nginx(前台模式) nginx -g 'daemon off;'