diff --git a/.docs/content/2.guide/1.how-to/how-to-launch-HelloWorld-Sample.md b/.docs/content/2.guide/1.how-to/how-to-launch-HelloWorld-Sample.md index 5994138a7..455bae420 100644 --- a/.docs/content/2.guide/1.how-to/how-to-launch-HelloWorld-Sample.md +++ b/.docs/content/2.guide/1.how-to/how-to-launch-HelloWorld-Sample.md @@ -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 client --endpoint "http://:5001" --partition ```