1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-07-11 10:49:52 +02:00

Merge branch 'static-dockerhub' of git.tt-rss.org:fox/ttrss-docker-compose into static-dockerhub

This commit is contained in:
Andrew Dolgov 2020-10-11 09:09:54 +03:00
commit aec490eea1
10 changed files with 97 additions and 8 deletions

View file

@ -42,7 +42,8 @@ for d in cache lock feed-icons plugins.local themes.local; do
done
for d in cache lock feed-icons; do
chmod -R 777 $DST_DIR/$d
chmod 777 $DST_DIR/$d
find $DST_DIR/$d -type f -exec chmod 666 {} \;
done
chown -R $OWNER_UID:$OWNER_GID $DST_DIR \
@ -83,6 +84,8 @@ else
-i $DST_DIR/config.php
fi
cd $DST_DIR && sudo -u app php ./update.php --update-schema=force-yes
touch $DST_DIR/.app_is_ready
sudo -u app /usr/sbin/php-fpm7 -F