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

Commit dd779e7

Browse files
committed
Readme
1 parent 24dc4a7 commit dd779e7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# dockerfile
2-
Dockerfile for Tabula
1+
# Dockerfile for Tabula
2+
3+
## How to run
4+
5+
1. Build: `docker build -t tabula .`
6+
2. Create data directory: `mkdir /path/to/tabula-data
7+
3. Run: `docker run -v /path/to/tabula-data:/tabula-data -p 9292:9292 tabula`
8+
9+
Tabula will be available in: `http://<DOCKER_IP>:9292`

0 commit comments

Comments
 (0)