diff --git a/run b/run new file mode 100755 index 0000000..79c83e2 --- /dev/null +++ b/run @@ -0,0 +1,2 @@ +#!/bin/bash +flask --app app/server run --host=0.0.0.0 --port 8080