mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
Revert debug flag in run script
This commit is contained in:
parent
8a10efaa01
commit
c944f3cb06
1 changed files with 1 additions and 1 deletions
2
run
2
run
|
|
@ -22,5 +22,5 @@ else
|
|||
mkdir -p "$STATIC_FOLDER"
|
||||
python3 -um app \
|
||||
--host "${ADDRESS:-0.0.0.0}" \
|
||||
--port "${PORT:-"${EXPOSE_PORT:-5000}"}" --debug
|
||||
--port "${PORT:-"${EXPOSE_PORT:-5000}"}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue