From ee9517640c8439012334d80d4b064b0575528e02 Mon Sep 17 00:00:00 2001 From: D056267 Date: Mon, 27 Nov 2023 12:51:14 +0100 Subject: [PATCH 1/2] typo --- documentation/test-customer-onboarding/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/test-customer-onboarding/README.md b/documentation/test-customer-onboarding/README.md index 0807659..1bdcf50 100644 --- a/documentation/test-customer-onboarding/README.md +++ b/documentation/test-customer-onboarding/README.md @@ -2,7 +2,7 @@ ## Prerequisites -You have gone through all the steps described in section Deploy](../../documentation/deploy/README.md). +You have gone through all the steps described in section [Deploy](../../documentation/deploy/README.md). ## Overview From bd225f4e6ad9bdef834da8c31d237c4236560a51 Mon Sep 17 00:00:00 2001 From: D056267 Date: Mon, 27 Nov 2023 13:07:58 +0100 Subject: [PATCH 2/2] updating docker-repository example --- documentation/deploy/manual-deployment/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/deploy/manual-deployment/README.md b/documentation/deploy/manual-deployment/README.md index 11a6090..62746b4 100644 --- a/documentation/deploy/manual-deployment/README.md +++ b/documentation/deploy/manual-deployment/README.md @@ -56,7 +56,7 @@ The Approuter deployment is done through two steps. The first step creates the r kubectl apply -f ./code/easyfranchise/deployment/k8s/btp-services.yaml ``` -3. Continue with the deployment of the Approuter itself. You need to build the Docker image and push it to the repository. If you are using dockerhub the `` is a combination of your account name and the repository which looks like this: / +3. Continue with the deployment of the Approuter itself. You need to build the Docker image and push it to the repository. If you are using dockerhub the `` is a combination of your account name and the repository which looks like this: `docker_account/repo_name`. ```shell docker build --no-cache=true --rm -t :approuter-0.1 -f ./code/easyfranchise/deployment/docker/Dockerfile-approuter .