Przeglądaj źródła

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 rok temu
rodzic
commit
62afcf5ac8
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      docker/entrypoint.sh

+ 1
- 1
docker/entrypoint.sh Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz