Skip to content

Commit

Permalink
Add docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kasutu authored Nov 14, 2023
1 parent fdb685b commit ac87994
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Shield is a simple authentication service built with java. It provides a simple

before you can use shield, be sure to read the documentation.

## Docker
Run sheild in container
```sh
sudo docker run -p 8080:8080 -d kasutu/shield
```

Example using fetch in node

```javascript
Expand Down

0 comments on commit ac87994

Please sign in to comment.