mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30:11 +01:00
fix #850
This commit is contained in:
parent
0e7ac3797d
commit
719d541575
@ -5,7 +5,7 @@ LABEL description "A privacy-respecting, hackable metasearch engine."
|
||||
ENV BASE_URL=False IMAGE_PROXY=False
|
||||
EXPOSE 8888
|
||||
WORKDIR /usr/local/searx
|
||||
CMD ["/usr/bin/tini","--","/usr/local/searx/run.sh"]
|
||||
CMD ["/sbin/tini","--","/usr/local/searx/run.sh"]
|
||||
|
||||
RUN adduser -D -h /usr/local/searx -s /bin/sh searx searx \
|
||||
&& echo '#!/bin/sh' >> run.sh \
|
||||
|
Loading…
Reference in New Issue
Block a user