Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 0s
8 lines
204 B
Docker
8 lines
204 B
Docker
FROM searxng/searxng:latest
|
|
|
|
COPY settings.yml.template /searxng/settings.yml.template
|
|
COPY entrypoint.sh /searxng/entrypoint.sh
|
|
RUN chmod +x /searxng/entrypoint.sh
|
|
|
|
ENTRYPOINT ["/searxng/entrypoint.sh"]
|