Skip to content

Commit

Permalink
Merge pull request #64 from SAP-samples/update-cw47
Browse files Browse the repository at this point in the history
Update cw47
  • Loading branch information
matthieupelatan committed Nov 27, 2023
2 parents 2db694c + bd225f4 commit b8cee76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/deploy/manual-deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<docker-repository>` is a combination of your account name and the repository which looks like this: <docker account>/<repo name>
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 `<docker-repository>` 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 <docker-repository>:approuter-0.1 -f ./code/easyfranchise/deployment/docker/Dockerfile-approuter .
Expand Down
2 changes: 1 addition & 1 deletion documentation/test-customer-onboarding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b8cee76

Please sign in to comment.