mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-05-29 11:02:41 -04:00
Fixed missing host parameter bug. (#38)
Co-authored-by: Whitney Burian <whitneyburian@gmail.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user