Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 348 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 348 Bytes

Docker image for citeproc-node

Usage

To create the docker image execute the following commands:

$ git clone --recursive https://github.com/LibreCat/citeproc-node
$ cd citeproc-node
$ docker build -t myciteproc .

To start the docker image execute the following command:

$ docker run -d -p 8085:8085 -t myciteproc