mdserver-web/start.sh

4 lines
60 B
Bash
Executable File

#!/bin/sh
gunicorn -c setting.py app:app &
python task.py &