Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sanbo1200/duck2api
sanbo1200
/
d3
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aed9124
d3
/
start.sh
sanbo
update sth. at 2024-10-30 12:12:36
6215df1
3 months ago
raw
Copy download link
history
blame
Safe
122 Bytes
#!/bin/sh
# 启动 nginx 和 duck2api 服务
echo
"Starting nginx..."
nginx &
echo
"Starting duck2api..."
/app/duck2api