Skip to content

Commit fe1fd5b

Browse files
committed
Update README.md
Fix console display
1 parent 92e8278 commit fe1fd5b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ The most simple way to run the project is using docker-compose, doing this:
3939

4040
```bash
4141

42-
# git clone https://github.com/cr0hn/vulnerable-node.git vulnerable-node
43-
# cd vulnerable-node/
44-
# docker-compose build && docker-compose up
45-
Building postgres_db
46-
Step 1 : FROM library/postgres
47-
---> 247a11721cbd
48-
Step 2 : MAINTAINER "Daniel Garcia aka (cr0hn)" <[email protected]>
49-
---> Using cache
50-
---> d67c05e9e2d5
51-
Step 3 : ADD init.sql /docker-entrypoint-initdb.d/
52-
....
42+
# git clone https://github.com/cr0hn/vulnerable-node.git vulnerable-node
43+
# cd vulnerable-node/
44+
# docker-compose build && docker-compose up
45+
Building postgres_db
46+
Step 1 : FROM library/postgres
47+
---> 247a11721cbd
48+
Step 2 : MAINTAINER "Daniel Garcia aka (cr0hn)" <[email protected]>
49+
---> Using cache
50+
---> d67c05e9e2d5
51+
Step 3 : ADD init.sql /docker-entrypoint-initdb.d/
52+
....
5353
```
5454

5555
## Running

0 commit comments

Comments
 (0)