Add base url to new containers
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 0s
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 0s
This commit is contained in:
7
searxng/Dockerfile
Normal file
7
searxng/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
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"]
|
||||
Reference in New Issue
Block a user