Skip to content

Commit

Permalink
Update run instructions docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Thom Breugelmans committed Nov 25, 2024
1 parent 6b0d584 commit 14e1d1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ Configuration of the leaderboard is stored in environment variables. Add the fol
### 5. Start the server

Start the server by running the application with `waitress`, e.g. `session=<SESSION> leaderboard_id=<LEADERBOARD_ID> waitress-serve --call AoCH:create_app`

## Docker

The project can also be run using the provided `Dockerfile` for this, simply build the docker image, `docker build -t aoch .` and run it: `docker run aoch`.

0 comments on commit 14e1d1b

Please sign in to comment.