auto deploy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mol
2023-11-06 16:40:09 +08:00
parent 8ca3c29867
commit f16ced22d9

View File

@ -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