Rendertron is a headless Chrome rendering solution designed to render & serialise web pages on the fly.
This is a fork from the official repository. I added a Dockerfile so you can build a Docker image for Rendertron.
- Build the image from the Dockerfile and tag the image (e.g rendertron):
docker build -t rendertron .
- Run a container from the created image. Expose port 3000 externally, mapped to port 3000 inside the container:
docker container run -p 3000:3000 rendertron