origin33/app/startup.sh

5 lines
88 B
Bash

#!/bin/sh
php-fpm81
nohup python3 /root/origin-33/flask/app.py &
nginx -g 'daemon off;'