Skip to content

Commit 5773243

Browse files
authored
Update README.md
1 parent c660c5c commit 5773243

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ If your workstation is not configured for Java 8 development the easiest way to
1717
```bash
1818
# gets the code
1919
git clone https://github.com/rafaelrpinto/VulnerableJavaWebApplication
20+
cd VulnerableJavaWebApplication
21+
2022
# creates the docker image
2123
docker build -t vulnerable-java-application:0.1 .
24+
2225
# creates/starts the container
2326
docker run --name vulnerable-java-application -p 9000:9000 -d vulnerable-java-application:0.1
2427
```

0 commit comments

Comments
 (0)