Skip to content

Commit

Permalink
Add build to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Apr 8, 2024
1 parent 43945d9 commit 9d2f32e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ The fastest way to get started is to use Docker and Docker Compose. If you don't

### Docker Compose

Use the following commands to build and run the Tokenizer and Serving API containers using Docker Compose (recommended):
Use the following command to build and run the Tokenizer and Serving API containers using Docker Compose (recommended). Note that `--build` is only needed the first time, and you can omit it later.

```bash
docker compose up -d
docker compose up --build -d
```

To stop the containers, use the following command:
Expand Down

0 comments on commit 9d2f32e

Please sign in to comment.