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