Ver código fonte

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 ano atrás
pai
commit
62afcf5ac8
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      docker/entrypoint.sh

+ 1
- 1
docker/entrypoint.sh Ver arquivo

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


Carregando…
Cancelar
Salvar