Skip to content

Commit

Permalink
fix bug (#659)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
  • Loading branch information
KevinHuSh authored May 7, 2024
1 parent a74c755 commit 62afcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 62afcf5

Please sign in to comment.