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 @@ +