5 lines
221 B
Docker
5 lines
221 B
Docker
FROM docker.io/searxng/searxng:latest
|
|
|
|
# copy custom simple theme css from the PaulGo fork
|
|
COPY --from=docker.io/paulgoio/searxng:production /usr/local/searxng/searx/static/themes/ /usr/local/searxng/searx/static/themes/
|