Skip to content

Commit 6f04bd2

Browse files
committed
[feature] instruction on how to run the docker image
1 parent 0fb61a2 commit 6f04bd2

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,16 @@ mvn clean compile
1212
```bash
1313
mvn mn:run
1414
```
15+
16+
## Using Docker:
17+
18+
```bash
19+
mvn clean install
20+
```
21+
Use the absolute path to the schemas directory when running the docker container.
22+
23+
```bash
24+
docker run -p 8080:8080 -v /path/to/schemas:/app/schemas:ro evolvedbinary/bbl-validator:1.0.0-SNAPSHOT
25+
```
26+
27+

0 commit comments

Comments
 (0)