diff --git a/README.md b/README.md index 6608da02..3592f84b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# VeraDemo - Blab-a-Gag - -### :information_source: Notice +# VeraDemo - Blab-a-Gag + +### :information_source: Notice This project is intentionally vulnerable! It contains known vulnerabilities and security errors in its code and is meant as an example project for software security scanning tools such as Veracode. Please do not report vulnerabilities in this project; the odds are they’re there on purpose :) . @@ -48,10 +48,12 @@ docker pull mariadb:10.6.2 docker build --no-cache -t verademo . ``` + To run the container for local development run this: ``` docker run --rm -it -p 127.0.0.1:8080:8080 --entrypoint bash -v "$(pwd)/app:/app" verademo ``` -You will then need to manually run the two commands within `/entrypoint.sh`. The first starts the DB in the background whereas the second compiles and runs the application. Typically a container shouldn't have multiple services but this was done for convenience. \ No newline at end of file + +You will then need to manually run the two commands within `/entrypoint.sh`. The first starts the DB in the background whereas the second compiles and runs the application. Typically a container shouldn't have multiple services but this was done for convenience.