db install process

This commit is contained in:
2018-12-15 09:07:12 +01:00
parent 8a67d94822
commit 364005b9dd
2 changed files with 27 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ EXPOSE 80 443
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY ttrss.conf /etc/php7/php-fpm.d/ttrss.conf
COPY install-db.php /var/lib/tt-rss-install/install-db.php
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