Skip to content

Commit

Permalink
Add example on generating bundle with specific path (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Konarde authored Jul 24, 2019
1 parent b4b4b96 commit ce47574
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ Note that this requires Docker to be running on the host.
Optionally, if you want to specify the path for the app-interface repo on your local filesystem, you can use the parameter:
* `APP_INTERFACE_PATH` - (optional) path to a local app-interface repo (Default: `$PWD/../../service/app-interface`).

Example: To generate the bundle with a specific app-interface path:

```sh
make bundle APP_INTERFACE_PATH=/home/myuser/app-interface/
```

### Running the Qontract GraphQL server

To run an instance of the qontract GraphQL console:
Expand Down

0 comments on commit ce47574

Please sign in to comment.