Jannik Winkel 8 years ago
parent
commit
719d541575
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -5,7 +5,7 @@ LABEL description "A privacy-respecting, hackable metasearch engine."
5 5
 ENV BASE_URL=False IMAGE_PROXY=False
6 6
 EXPOSE 8888
7 7
 WORKDIR /usr/local/searx
8
-CMD ["/usr/bin/tini","--","/usr/local/searx/run.sh"]
8
+CMD ["/sbin/tini","--","/usr/local/searx/run.sh"]
9 9
 
10 10
 RUN adduser -D -h /usr/local/searx -s /bin/sh searx searx \
11 11
  && echo '#!/bin/sh' >> run.sh \