dragxd commited on
Commit
3913e4e
·
verified ·
1 Parent(s): 00f4f94

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +7 -0
start.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Start server.py in the background
4
+ python server.py &
5
+
6
+ # Start OneApi (in the foreground to keep container running)
7
+ python -m OneApi