We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb61a2 commit 6f04bd2Copy full SHA for 6f04bd2
1 file changed
README.md
@@ -12,3 +12,16 @@ mvn clean compile
12
```bash
13
mvn mn:run
14
```
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
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