2 lines
48 B
Bash
2 lines
48 B
Bash
|
#!/bin/bash
|
||
|
flask run --host=0.0.0.0 --port=3001
|