Skip to content

Commit 4e5f7b7

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents f028130 + f0d6cd8 commit 4e5f7b7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ Data for the OWASP DevSecOps Maturity Model.
33

44
## Usage
55
To test changes to the yaml-files, please run:
6-
```
6+
```bash
77
docker run -ti -v $(pwd)/src/assets/YAML/:/var/www/html/src/assets/YAML wurstbrot/dsomm-yaml-generation
8+
# Afterwards, you can use the generated.yaml in a container
9+
docker run -v $(pwd)/src/assets/YAML/generated/generated.yaml:/usr/share/nginx/html/assets/YAML/generated/generated.yaml -p 8080:8080 wurstbrot/dsomm
10+
```

0 commit comments

Comments
 (0)