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 6239f88 commit 8144da5Copy full SHA for 8144da5
1 file changed
README.md
@@ -116,6 +116,7 @@ GET /books Get all books
116
POST /books Add book
117
GET /books/search Search
118
119
+## Docker Install
120
```bash
121
docker build -t javabooks .
122
docker run -p 8080:8080 javabooks
0 commit comments