On Fri, 28 Apr 2023, שי ברק wrote:
I don’t know if it’s possible but I’m trying to avoid typing this ‘ –– config’ when I start the container. I wish to have all of these settings to be written inside the Dockerfile.

Since you're doing your own custom docker container, you could override the ENTRYPOINT to specify the Tika Config file by default
https://github.com/apache/tika-docker/blob/master/full/Dockerfile#L77

Nick

Reply via email to