Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gallyg
/
wen
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
wen
/
start.sh
gallyg
Update start.sh
9b1d23b
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
166 Bytes
#!/bin/sh
set
-e
# nginx 默认会 daemonize;这里后台启动即可
nginx
# 让 /one-api 成为前台主进程(容器以它的退出码为准)
exec
/one-api