0
0
docker-images/dockerfiles/searxng.Dockerfile

7 lines
445 B
Docker
Raw Normal View History

2024-05-20 18:14:19 +08:00
FROM docker.io/searxng/searxng:latest
# copy custom simple theme css, run.sh and limiter config
COPY --from=docker.io/paulgoio/searxng:production /usr/local/searxng/searx/static/themes/simple/css/ /usr/local/searxng/searx/static/themes/simple/css/
COPY --from=docker.io/paulgoio/searxng:production /usr/local/bin/run.sh /usr/local/bin/run.sh
COPY --from=docker.io/paulgoio/searxng:production /etc/searxng/limiter.toml /etc/searxng/limiter.toml