Prepare docker setup for fulltext search

This commit is contained in:
Eike Kettner
2020-06-28 02:12:57 +02:00
parent df73bc6285
commit d3b3c6289b
5 changed files with 58 additions and 28 deletions

View File

@ -29,7 +29,7 @@ RUN apk add --no-cache openjdk11-jre \
&& rm docspell.zip \
&& apk del curl unzip
COPY joex/entrypoint.sh /opt/entrypoint.sh
COPY entrypoint-joex.sh /opt/entrypoint.sh
EXPOSE 7878