fad515f e2a9f7e
1
2
3
4
5
6
7
8
#!/bin/sh # Start nginx in a separate shell (background) echo "* Starting The NGINX *"; nginx -g "daemon off;" > /dev/stdout; echo "* Starting The Python Application *"; bash -c "/app/start_pyapps.sh;";