Enable DOI rewriter by default

master
Simon Bruder 2019-08-02 14:03:11 +00:00
parent 05d913f849
commit 72aa99a9e1
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 2 additions and 0 deletions

View File

@ -19,4 +19,6 @@ RUN apk add --no-cache --virtual .build \
WORKDIR /searx
RUN sed -i -e 's/default_on = False/default_on = True/' searx/plugins/oa_doi_rewrite.py
ENTRYPOINT ["tini", "--", "gunicorn", "searx.webapp", "--bind", "[::]:8000", "-w", "4"]