Skip to content

Commit

Permalink
Fix path of data base deployer image build command
Browse files Browse the repository at this point in the history
  • Loading branch information
robinkuck authored Jun 23, 2024
1 parent 845a82e commit 0a37e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-Kyma-Runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,13 @@ cds build --production

```bash
pack build $YOUR_CONTAINER_REGISTRY/sflight-hana-deployer \
--path db \
--path gen/db \
--buildpack gcr.io/paketo-buildpacks/nodejs \
--builder paketobuildpacks/builder:base \
--env BP_NODE_RUN_SCRIPTS=""
```

(Replace `$YOUR_CONTAINER_REGISTRY` the full-qualified hostname of your container registry)
(Replace `$YOUR_CONTAINER_REGISTRY` with the full-qualified hostname of your container registry)

**Build image for CAP service:**

Expand Down

0 comments on commit 0a37e80

Please sign in to comment.