Fix error commands (#2778)

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2024-10-10 10:38:57 +08:00
committed by GitHub
parent 66172cef3e
commit 9dfcae2b5d
7 changed files with 2 additions and 7 deletions

View File

@ -137,7 +137,6 @@
```bash
$ cd ragflow/docker
$ chmod +x ./entrypoint.sh
$ docker compose -f docker-compose.yml up -d
```