Revert debug flag in run script

pull/254/head
Ben Busby 4 years ago
parent 9a5b095305
commit baf7757f3e
No known key found for this signature in database
GPG Key ID: 3B08611DF6E62ED2

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…
Cancel
Save