Fixed missing host parameter bug.
This commit is contained in:
parent
a11ceb0a57
commit
d1d0ed59bc
|
@ -21,5 +21,5 @@ mkdir -p $STATIC_FOLDER
|
|||
if [[ $SUBDIR == "test" ]]; then
|
||||
pytest -sv
|
||||
else
|
||||
python3 -m app --port $PORT
|
||||
python3 -um app --host 0.0.0.0 --port $PORT
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user