all: no more tini warnings #6

This commit is contained in:
Wonderfall
2016-05-09 18:46:01 +02:00
parent 29b8eb8cda
commit 2e71dc4900
13 changed files with 13 additions and 13 deletions

View File

@ -46,4 +46,4 @@ RUN wget -qO- https://github.com/asciimoo/searx/archive/master.tar.gz | tar xz -
EXPOSE 8888
LABEL description "A powerful meta-search engine"
CMD ["tini","--","run.sh"]
CMD ["/sbin/tini","--","run.sh"]