1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-09 20:39:52 +02:00

Remove cron update script, add updater service

This commit is contained in:
krimil 2020-01-22 07:26:16 -06:00
parent 0168b8e689
commit 32bd22435f
4 changed files with 17 additions and 12 deletions

View file

@ -5,11 +5,11 @@ RUN apk add --no-cache php7 php7-fpm \
php7-pdo php7-gd php7-pgsql php7-pdo_pgsql php7-mbstring \
php7-intl php7-xml php7-curl php7-session \
php7-dom php7-fileinfo php7-json \
git postgresql-client dcron sudo
php7-pcntl php7-posix \
git postgresql-client 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