Skip to content

Commit

Permalink
docs: typo in command (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemaitre-aneo authored Dec 2, 2024
2 parents 38d22c2 + 6f390e2 commit 7089928
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ See the example [here](https://github.com/aneoconsulting/ArmoniK/blob/main/.docs
- Run the client from ArmoniK.Samples root repository using the **Docker** command line:

```bash
docker build -f"./csharp/native/HelloWorld/Client/Dockerfile" -t client "./csharp/native/"
docker build -f "./csharp/native/HelloWorld/Client/Dockerfile" -t client "./csharp/native/"
docker run --rm --name <container name> client --endpoint "http://<ip>:5001" --partition <partition name>
```

Expand Down

0 comments on commit 7089928

Please sign in to comment.