mdserver-web/start.sh

5 lines
76 B
Bash
Executable File

#!/bin/sh
gunicorn -b 127.0.0.1:7200 app:app
#open "http://127.0.0.1:7200"