Skip to content
Florian edited this page Dec 18, 2025 · 1 revision

Requirements:

  • Running Docker Engine

The project folder already includes a Dockerfile and docker-compose.yml, so after cloning the repository and building the project you can directly call

docker build -t rapla .
docker-compose down
docker-compose up -d

The server is then available on localhost:8051.

Clone this wiki locally