Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 591 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 591 Bytes

mercury-parser-docker

The docker image for Mercury Parser with the mercury-parser-api under the hood. Inspired with this thread.

How to use

I've uploaded the built docker to DockerHub (2019-05-24), so you can pull it:

docker pull okhlopkov/mercury-parser-docker:latest

To build the fresh container:

git clone https://github.com/morejust/mercury-parser-docker
cd mercury-parser-docker
docker build .