Note that the above image is built on [`pandoc/core:2.13`](https://hub.docker.com/layers/pandoc/core/2.13/images/sha256-a5d0300a6752d98fda0ed731809a118aba6eeb45462155ca8b75dc3d662f78a3?context=explore). Switching to a newer version of pandoc will cause the test `test_run_pandoc.sh` to fail.
If you don't want to attach the terminal of the docker container and only build the webpage, run:
```bash
docker run -w`pwd`-v`pwd`:`pwd`-it--rm-e"RESEARCH_ROOT=`pwd`" pandoc-bash:latest ./bin/build_webpage.sh"
```
This should create a folder `build` which you can display with an httpd-image, see below.