Update entrypoint.sh

This commit is contained in:
zhipeng 2025-11-07 15:58:06 +08:00 committed by GitHub
parent cdc66f80b2
commit 62f1f72ebd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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