Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gallyga/doubao
jonsin736
/
doubao
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gallyga
commited on
May 17, 2025
Commit
52b1e27
·
verified
·
1 Parent(s):
8fa1a39
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+5
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
#!/bin/sh
2
+
# 启动端口转发
3
+
nohup socat TCP-LISTEN:7860,fork TCP:localhost:8000 &
4
+
# 启动应用
5
+
npm start