This commit is contained in:
@ -1,9 +1,9 @@
|
||||
FROM searxng/searxng:latest
|
||||
EXPOSE 8080
|
||||
WORKDIR /usr/local/searxng
|
||||
COPY . .
|
||||
COPY . ./custom
|
||||
|
||||
RUN cp ./custom-searx-engines/engines/* ./searx/engines/
|
||||
RUN pip install -r ./custom-searx-engines/requirements.txt
|
||||
RUN cp ./custom/engines/* ./searx/engines/
|
||||
RUN pip install -r ./custom/requirements.txt
|
||||
|
||||
ENTRYPOINT /usr/local/searxng/dockerfiles/docker-entrypoint.sh
|
Reference in New Issue
Block a user