Copy and fill .env.example
to .env
docker-compose --file docker-compose.prod.yml up --build
docker-compose --file docker-compose.dev.yml up --build
POST-request on http(s)://host:$APP_PORT/
with body:
{ "html": ["<div>page 1</div>", "<div>page 2</div>"] }
where html property is an array, where items are pages of future PDF-document.