checks
This commit is contained in:
@@ -25,13 +25,14 @@ RUN \
|
||||
|
||||
EXPOSE 80 443
|
||||
|
||||
ADD https://git.tt-rss.org/fox/tt-rss/archive/18.12.tar.gz /tmp/ttrss.tar.gz
|
||||
COPY CHECKS /app/CHECKS
|
||||
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
|
||||
|
||||
COPY config.php /var/lib/tt-rss/config.php
|
||||
|
||||
Reference in New Issue
Block a user