close supervisord on fatal + full binary paths

This commit is contained in:
2018-12-15 11:26:20 +01:00
parent 08119e710a
commit 3afb801912
3 changed files with 31 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY php-fpm.conf /etc/php7/php-fpm.d/ttrss.conf
COPY install-db.php /var/lib/tt-rss-install/install-db.php
COPY supervisor.conf /var/lib/tt-rss-install/supervisor.conf
COPY manage-supervisord.py /var/lib/tt-rss-install/manage-supervisord.py
ADD https://git.tt-rss.org/fox/tt-rss/archive/18.12.tar.gz /tmp/ttrss.tar.gz
RUN tar -xzf /tmp/ttrss.tar.gz -C /var/lib