Merge pull request #854 from kiney/master

fix #850
This commit is contained in:
Adam Tauber 2017-02-20 01:09:39 +01:00 committed by GitHub
commit 657077e4e6
1 changed files with 1 additions and 1 deletions

View File

@ -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 \