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