Skip to content

Commit

Permalink
updating docker-repository example
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieupelatan committed Nov 27, 2023
1 parent ee95176 commit bd225f4
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit bd225f4

Please sign in to comment.