mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Add missing entrypoint script for docker
This commit is contained in:
6
docker/entrypoint-joex.sh
Executable file
6
docker/entrypoint-joex.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Starting unoconv listener"
|
||||
unoconv -l &
|
||||
|
||||
/opt/docspell-joex-0.7.0/bin/docspell-joex "$@"
|
Reference in New Issue
Block a user