Add .cqprc

This commit is contained in:
stephan 2020-03-11 14:44:25 +01:00
parent 0237fabeb6
commit 9ffffc79b2
2 changed files with 4 additions and 0 deletions

3
build/cqpserver/.cqprc Normal file
View File

@ -0,0 +1,3 @@
set LeftKWICDelim "<match>";
set RightKWICDelim "<match>";

View File

@ -36,6 +36,7 @@ RUN echo "yes" | cpan HTML::Entities && \
COPY docker-entrypoint.sh /usr/local/bin/
COPY .cqprc /root
ENTRYPOINT ["docker-entrypoint.sh"]