Fixed missing host parameter bug. (#38)

Co-authored-by: Whitney Burian <whitneyburian@gmail.com>
main
Whitney B 2020-05-12 22:32:15 -07:00 committed by GitHub
parent a11ceb0a57
commit db7cf7381b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ mkdir -p $STATIC_FOLDER
if [[ $SUBDIR == "test" ]]; then if [[ $SUBDIR == "test" ]]; then
pytest -sv pytest -sv
else else
python3 -m app --port $PORT python3 -um app --host 0.0.0.0 --port $PORT
fi fi