Files
Dyxless/runscripts/linux/startserverprod.sh

7 lines
76 B
Bash

set echo off
export FLASK_APP=dyxless
flask run --host=0.0.0.0 --port=80