File size: 99 Bytes
c9ffc6b
 
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash

# start nginx
service nginx start

# start the processes
python api.py & python app.py