This is a Docker file for running OpenRefine 3.1.
- Clone this repo, or download the
Dockerfile - Build the image:
~$ docker build -t {user_name}/open-refine -f Dockerfile .Run the container:
~$ docker run -p 8080:3333 -d {user_name}/open-refine- Point your browser to http://127.0.0.1:8080
This Dockerfile is based on work shared here.