Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

tabulapdf/dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Dockerfile for Tabula

How to run

  1. Build: docker build -t tabula .
  2. Create data directory: mkdir /path/to/tabula-data
  3. Run: docker run -v /path/to/tabula-data:/tabula-data -p 9292:9292 tabula

Tabula will be available in: http://<DOCKER_IP>:9292

Releases

No releases published

Packages

No packages published