Skip to content

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tb06904 committed Jun 21, 2024
1 parent 5ee51e8 commit b2850c4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docker/gaffer-rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,16 @@ This is a spring concept and is used to change the context root and any
properties related to Gaffer or the app. A default is provided at
`/gaffer/config/application.properties`

## Running Locally
## Building/Running Locally

The easiest way to build and run these services is to use docker compose, by
running the following from this directory:
The easiest way to build and/or run the REST API image is to use docker
compose. You can use the following to just build the image:

```bash
docker compose build
```

Or to build and run the new image with default configuration run:

```bash
docker compose up
Expand Down

0 comments on commit b2850c4

Please sign in to comment.