Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YYapi
/
up
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
up
/
start.sh
ZSCGR
Create start.sh
024cdcf
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
140 Bytes
#!/bin/bash
# 启动 supervisord
/usr/bin/supervisord -c /etc/supervisor/supervisord.conf &
# 启动 Node.js 应用
node server/server.js