Skip to content

Commit

Permalink
updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
markcsims committed Oct 23, 2024
1 parent 5a652a6 commit 88a8b2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ Prerequisites:

Run all tests:

```sh
```
./scripts/docker-run-all-tests.sh
```

## Test Harness Application

A test harness app exists in `/sample/` so you can play around with it a bit:

```sh
```
docker compose run --service-ports sampleapp
```

View the test harness app at `<URL>/entry`

```sh
```
http://localhost:8080/entry
```

Expand Down

0 comments on commit 88a8b2a

Please sign in to comment.