3 lines
66 B
Text
3 lines
66 B
Text
|
#!/bin/bash
|
||
|
flask --app app/server run --host=0.0.0.0 --port 8080
|