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...
ZSCGR
commited on
Jul 12, 2024
Commit
024cdcf
·
verified
·
1 Parent(s):
7f00906
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+7
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
#!/bin/bash
2
+
3
+
# 启动 supervisord
4
+
/usr/bin/supervisord -c /etc/supervisor/supervisord.conf &
5
+
6
+
# 启动 Node.js 应用
7
+
node server/server.js