#!/bin/sh # 启动 nginx 和 duck2api 服务 echo "Starting nginx..." nginx & echo "Starting duck2api..." /app/duck2api