Skip to content

Commit

Permalink
docs: typo in command
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem authored Nov 27, 2024
1 parent 38d22c2 commit 6f390e2
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 6f390e2

Please sign in to comment.