Upload document, get pdf in return.
Build the image
$ docker build -t pdfconverter .
Run the image
docker run -d -p 80:3000 --name pdf pdfconverter
Convert a document
curl \
-F "file=@test/data/testdoc.docx" \
http://192.168.99.100 > converted.pdf