mirror of
https://github.com/woodchen-ink/aimodels-prices.git
synced 2025-07-18 13:41:59 +08:00
9 lines
134 B
Bash
9 lines
134 B
Bash
#!/bin/bash
|
|
|
|
# 启动后端服务
|
|
echo "启动后端服务..."
|
|
./main &
|
|
|
|
# 启动 nginx
|
|
echo "启动 Nginx..."
|
|
nginx -g 'daemon off;' |