On Wed, 26 Oct 2022, Tim Allison wrote:
I've been struggling with this too.  Outside of Docker, what I've been
doing is using a bin/ directory and throwing everything in there and then
starting tika-server: java -cp "bin/*"
org.apache.tika.server.core.cli.TikaServerCli ...

If we moved to that model in our Docker container, then you could start
with ours and then add your jar to the bin/ directory and be done.

I think that ought to work fine for Docker - extend the core image and add in your custom jar, then start and it'll see the built-in Server jar plus the custom one

Nick

Reply via email to