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 72e0c85 commit 6239f88Copy full SHA for 6239f88
1 file changed
README.md
@@ -115,3 +115,8 @@ Method Endpoint Description
115
GET /books Get all books
116
POST /books Add book
117
GET /books/search Search
118
+
119
+```bash
120
+docker build -t javabooks .
121
+docker run -p 8080:8080 javabooks
122
+```
0 commit comments