Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 220 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 220 Bytes

docker-unoconv

usage

docker run -i --rm -v /path/to/source:/uploads -v /path/to/destination/out:/out aslubsky/unoconv /bin/bash -c "unoconv --listener & sleep 2 && unoconv -v -f html -o /out /uploads/my-file.pptx"