docker build 构建修改
This commit is contained in:
2
docker/entrypoint.sh
Normal file → Executable file
2
docker/entrypoint.sh
Normal file → Executable file
@@ -188,7 +188,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user