This commit is contained in:
Jannik Winkel 2017-02-08 23:37:52 +01:00
parent 0e7ac3797d
commit 719d541575
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 \