From ec05907c94bfcee4af5e7ef06370772fcd943b95 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 15 Nov 2019 21:18:49 +0300 Subject: [PATCH] add index.php redirecting to /tt-rss/ --- app/Dockerfile | 1 + app/index.php | 3 +++ app/startup.sh | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 app/index.php diff --git a/app/Dockerfile b/app/Dockerfile index d82212b..4a33f76 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -8,6 +8,7 @@ RUN apk add --no-cache php7 php7-fpm \ git postgresql-client dcron sudo ADD startup.sh / +ADD index.php / ADD scripts/update /etc/periodic/15min/ RUN sed -i.bak 's/^listen = 127.0.0.1:9000/listen = 9000/' /etc/php7/php-fpm.d/www.conf diff --git a/app/index.php b/app/index.php new file mode 100644 index 0000000..78e5c3f --- /dev/null +++ b/app/index.php @@ -0,0 +1,3 @@ +