Skip to content

Commit

Permalink
📝 Add docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Oct 18, 2021
1 parent 70a794c commit 76dbb43
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ To start the project via terminal type:

The project can of course also be opened with any IDE, for myself I use IntelliJ IDEA.

## Run via docker

To run the riddles via a docker image, we provide images for each version in th packages of this repository.

To start up the riddle server on port 8080 in docker use:

```shell
docker run -p 8080:8080 ghcr.io/hacktoberfestmunich/rest-riddle:latest
```

## Challenge overview

To see the flow of the current challenges look at [the draw.io diagram](./challenges.drawio.png)

0 comments on commit 76dbb43

Please sign in to comment.