docspell/docker/joex/entrypoint.sh

7 lines
106 B
Bash
Raw Normal View History

2020-03-30 22:45:43 +00:00
#!/bin/sh
echo "Starting unoconv listener"
unoconv -l &
/opt/docspell-joex-0.4.0/bin/docspell-joex "$@"