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