d3 / start.sh
sanbo
update sth. at 2024-10-30 12:12:36
6215df1
raw
history blame
122 Bytes
#!/bin/sh
# 启动 nginx 和 duck2api 服务
echo "Starting nginx..."
nginx &
echo "Starting duck2api..."
/app/duck2api