no updates, env

This commit is contained in:
2018-12-15 08:54:46 +01:00
parent 3bd13812e5
commit dcb4af3f71
3 changed files with 3 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ RUN ln -sf /usr/bin/php7 /usr/bin/php
EXPOSE 80 443
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY ttrss.conf /etc/php7/php-fpm.d/ttrss.conf
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