Fixed missing host parameter bug. (#38)

Co-authored-by: Whitney Burian <whitneyburian@gmail.com>
このコミットが含まれているのは:
Whitney B 2020-05-12 22:32:15 -07:00 committed by GitHub
コミット db7cf7381b
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23

ファイルの表示

@ -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