From 62f1f72ebd16a581094d9566a0f55885f7271b3c Mon Sep 17 00:00:00 2001 From: zhipeng <5310853+Ox0400@users.noreply.github.com> Date: Fri, 7 Nov 2025 15:58:06 +0800 Subject: [PATCH] Update entrypoint.sh --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 7806afc79..2b3460301 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -245,7 +245,7 @@ if [[ "${ENABLE_WEBSERVER}" -eq 1 ]]; then echo "Starting ragflow_server..." while true; do - "$PY" api/ragflow_server.py "${INIT_SUPERUSER_ARGS}" + "$PY" api/ragflow_server.py ${INIT_SUPERUSER_ARGS} done & fi