nginx-template / run.sh
xarical's picture
Upload 6 files
c9ffc6b verified
raw
history blame contribute delete
99 Bytes
#!/bin/bash
# start nginx
service nginx start
# start the processes
python api.py & python app.py