Skip to content

Commit

Permalink
Merge pull request #322 from stakater/update-readme
Browse files Browse the repository at this point in the history
fix how to run locally
  • Loading branch information
rasheedamir authored Oct 8, 2024
2 parents 5b866af + 6e79596 commit d568574
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ There are at least three options to get fast continuous feedback during local de

### Build Dockerfile image and run container

Checkout remote module:

```bash
git submodule update --init --recursive --remote
```

Build Dockerfile test image:

```bash
Expand All @@ -28,7 +34,7 @@ Run test container:
$ docker run -p 8080:8080 test
```

Then access the docs on [`localhost:8080`](localhost:8080).
Then access the docs on [`localhost:8080/saap`](localhost:8080/saap).

### Run commands locally

Expand Down

0 comments on commit d568574

Please sign in to comment.