diff --git a/Dockerfile b/Dockerfile index dbe38fc..7cb52a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]