3 lines
98 B
Bash
3 lines
98 B
Bash
|
#!/bin/bash
|
||
|
/var/webdist/env/bin/flask --app /usr/share/webdist/app/webdist.py run --host=0.0.0.0
|