Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ckst
/
ca
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ckst
commited on
Jan 26
Commit
a610719
·
verified
·
1 Parent(s):
d4c4129
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+7
-2
start.sh
CHANGED
Viewed
@@ -1,2 +1,7 @@
1
-
#!/bin/sh
2
-
/chat-api
1
+
#!/bin/sh
2
+
3
+
# 启动 Nginx
4
+
nginx &
5
+
6
+
# 启动 chat-api 服务
7
+
/chat-api