We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c660c5c commit 5773243Copy full SHA for 5773243
README.md
@@ -17,8 +17,11 @@ If your workstation is not configured for Java 8 development the easiest way to
17
```bash
18
# gets the code
19
git clone https://github.com/rafaelrpinto/VulnerableJavaWebApplication
20
+cd VulnerableJavaWebApplication
21
+
22
# creates the docker image
23
docker build -t vulnerable-java-application:0.1 .
24
25
# creates/starts the container
26
docker run --name vulnerable-java-application -p 9000:9000 -d vulnerable-java-application:0.1
27
```
0 commit comments