This repository contains the Dockerfile and GitHub Actions workflow to build and push a Docker image for Tabula.
To run the Tabula Docker container:
docker run -p 8080:8080 ghcr.io/ldkrsi/tabulapdf:master
To build the Docker image locally:
docker build -t tabula .