Revert debug flag in run script

main
Ben Busby 2021-03-28 13:27:39 -04:00 committed by Ben Busby
parent 8a10efaa01
commit c944f3cb06
1 changed files with 1 additions and 1 deletions

2
run
View File

@ -22,5 +22,5 @@ else
mkdir -p "$STATIC_FOLDER" mkdir -p "$STATIC_FOLDER"
python3 -um app \ python3 -um app \
--host "${ADDRESS:-0.0.0.0}" \ --host "${ADDRESS:-0.0.0.0}" \
--port "${PORT:-"${EXPOSE_PORT:-5000}"}" --debug --port "${PORT:-"${EXPOSE_PORT:-5000}"}"
fi fi