修改Dockerfile

This commit is contained in:
2025-10-27 10:34:16 +08:00
parent bdf3f62e36
commit 8086a73f9f
5 changed files with 10 additions and 7516 deletions

View File

@@ -181,7 +181,7 @@ if [[ "${ENABLE_WEBSERVER}" -eq 1 ]]; then
echo "Starting ragflow_server..."
while true; do
"$PY" api/ragflow_server.py
"$PY" api/ragflow_server_fastapi.py
done &
fi