ソースを参照

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


読み込み中…
キャンセル
保存