diff --git a/run b/run index f4eac50..4ace594 100755 --- a/run +++ b/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