Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPWatson committed Sep 8, 2023
1 parent c1cef67 commit 5d57d3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions standby/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ They need to be enabled in both the build and with any docker compose steps.
E.g. for builds within the project root.

```shell
> ./gradlew -Pstandby=true
./gradlew -Pstandby=true
```

When running the docker steps within the `<project root>/docker` directory
```shell
> docker compose --profile standby build --no-cache
> docker compose --profile standby up
docker compose --profile standby build --no-cache
docker compose --profile standby up
```

0 comments on commit 5d57d3a

Please sign in to comment.