docspell/docker/dockerfiles/joex-entrypoint.sh

7 lines
100 B
Bash
Raw Normal View History

2021-05-30 22:07:11 +00:00
#!/bin/sh
echo "Starting unoconv listener"
unoconv -l &
/opt/docspell-joex/bin/docspell-joex "$@"