Skip to content

Commit 6239f88

Browse files
authored
Update README.md
1 parent 72e0c85 commit 6239f88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,8 @@ Method Endpoint Description
115115
GET /books Get all books
116116
POST /books Add book
117117
GET /books/search Search
118+
119+
```bash
120+
docker build -t javabooks .
121+
docker run -p 8080:8080 javabooks
122+
```

0 commit comments

Comments
 (0)