I’m really new to Docker.
How should my Dockerfile look like eventually?
So far I have these lines:
‘’’
FROM apache/tika:2.7.0.1-full
ADD tika-config.xml /tika-config.xml
‘’’


On Fri, 28 Apr 2023 at 18:44 Nick Burch <n...@apache.org> wrote:

> 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