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
 ENV BASE_URL=False IMAGE_PROXY=False
5
 ENV BASE_URL=False IMAGE_PROXY=False
6
 EXPOSE 8888
6
 EXPOSE 8888
7
 WORKDIR /usr/local/searx
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
 RUN adduser -D -h /usr/local/searx -s /bin/sh searx searx \
10
 RUN adduser -D -h /usr/local/searx -s /bin/sh searx searx \
11
  && echo '#!/bin/sh' >> run.sh \
11
  && echo '#!/bin/sh' >> run.sh \