mdserver-web/start.sh

7 lines
87 B
Bash
Executable File

#!/bin/sh
gunicorn -b :7200 app:app &
python task.py &
#open "http://127.0.0.1:7200"