devsecopsmaturitymodel / DevSecOps-MaturityModel

GNU General Public License v3.0
459 stars 267 forks source link

Fix docker instructions for custom .yaml files in README.md #298

Closed Nitwix closed 2 months ago

Nitwix commented 2 months ago

This PR fixes the instructions to use custom .yaml files (in particular generated.yaml and meta.yaml) when running the docker image for the DSOMM.

The problem was that the path to the .yaml files in the docker image were incorrect with respect to the latest docker image. Therefore, I replaced the instances of /usr/share/nginx/html by /srv in README.md.