ckst commited on
Commit
a610719
·
verified ·
1 Parent(s): d4c4129

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +7 -2
start.sh CHANGED
@@ -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