File size: 147 Bytes
3913e4e
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash

# Start server.py in the background
python server.py &

# Start OneApi (in the foreground to keep container running)
python -m OneApi