Skip to content

Commit 14e65b4

Browse files
authoredJan 11, 2023
adding docker use docs
1 parent f98d467 commit 14e65b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ Supported values, one of: 1024, 2048, 3072, 4096
5252

5353
The `bits` query parameter is optional and only used for RS* and PS* algorithms. Default value is: 3072
5454

55+
# Run it using Docker
56+
Docker image is publicly available so you can run it on your own infrastructure:
57+
```bash
58+
docker run --rm -p 3000:3000 kyberneees/jwt-keys-generator-api:latest
59+
```
60+
5561
# LICENSE
5662

5763
```

0 commit comments

Comments
 (0)
Please sign in to comment.