Skip to content

Commit

Permalink
Mention published container in README
Browse files Browse the repository at this point in the history
  • Loading branch information
foodelevator committed Sep 28, 2023
1 parent 270f0f9 commit 48b3a98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ docker build . -t nyckeln
docker run -it --rm --name nyckeln \
-p 7001:7001 -p 7002:7002 nyckeln
```

The container is also published as a container at
ghcr.io/datasektionen/nyckeln-under-dorrmattan, so you can also run it as
```
docker run -it --rm --name nyckeln \
-p 7001:7001 -p 7002:7002 ghcr.io/datasektionen/nyckeln-under-dorrmattan
```
without even having to clone this repository.

0 comments on commit 48b3a98

Please sign in to comment.