Skip to content

Commit

Permalink
added Docker cmd -> README
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterVisscher committed Aug 1, 2023
1 parent 40e21dd commit 2199d80
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,17 @@ that one forwarded to <https://api.nsgi.nl/coordinatestransformation/v2>
### new URL

<https://api.nsgi.nl/coordinatestransformation/v2>

## Docker

### Build container

```bash
docker build -t nsgi/coordinatestransformation-api .
```

### Run container

```bash
docker run --rm -d -p 8000:8000 --name ct-api nsgi/coordinatestransformation-api
```

0 comments on commit 2199d80

Please sign in to comment.