Update entrypoint.sh
This commit is contained in:
parent
cdc66f80b2
commit
62f1f72ebd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue