diff options
author | Jannik Winkel <jannik.winkel@kiney.de> | 2017-02-08 23:37:52 +0100 |
---|---|---|
committer | Jannik Winkel <jannik.winkel@kiney.de> | 2017-02-08 23:37:52 +0100 |
commit | 719d5415757dd94f8b71d78834e1edae97901fc8 (patch) | |
tree | d24794052bceb7419c23d62b6454b8113f6123ac | |
parent | 0e7ac3797d5c970b8ac33911e3d9bcc7495e6bf0 (diff) | |
download | searxng-719d5415757dd94f8b71d78834e1edae97901fc8.tar.gz searxng-719d5415757dd94f8b71d78834e1edae97901fc8.zip |
fix #850
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 387669bc5..27ba3601f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ |