瀏覽代碼

fix bug (#659)

### What problem does this PR solve?

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.5.0
KevinHuSh 1 年之前
父節點
當前提交
62afcf5ac8
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      docker/entrypoint.sh

+ 1
- 1
docker/entrypoint.sh 查看文件

@@ -18,7 +18,7 @@ do
task_exe $i $WS &
done

while [ 1 -eq q ];do
while [ 1 -eq 1 ];do
$PY api/ragflow_server.py
done


Loading…
取消
儲存