Revert debug flag in run script

This commit is contained in:
Ben Busby 2021-03-28 13:27:39 -04:00
parent 9a5b095305
commit baf7757f3e
No known key found for this signature in database
GPG Key ID: 3B08611DF6E62ED2

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