Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Nov 4, 2022
1 parent 3ce7efb commit 4c169d1
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 @@ -25,3 +25,9 @@ ATNA auditing is supported for requests.
* `cd openhim-mediator-xds`
* `mvn install`
* `java -jar target/mediator-xds-1.0.3-jar-with-dependencies.jar`

# Compiling and Running as a docker image
```shell
docker build ./ -t ghcr.io/isanteplus/openhim-mediator-xds:local
docker compose up -d
```

0 comments on commit 4c169d1

Please sign in to comment.