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