copy config.php earlier so it gets chown-ed to app:app

pull/5/head
Andrew Dolgov 4 years ago
parent 59a76d4977
commit 688e0ccd11

@ -44,6 +44,9 @@ for d in cache lock feed-icons plugins.local themes.local; do
mkdir -p $DST_DIR/$d mkdir -p $DST_DIR/$d
done done
cp ${SCRIPT_ROOT}/config.docker.php $DST_DIR/config.php
chmod 644 $DST_DIR/config.php
chown -R $OWNER_UID:$OWNER_GID $DST_DIR \ chown -R $OWNER_UID:$OWNER_GID $DST_DIR \
/var/log/php8 /var/log/php8
@ -64,8 +67,6 @@ elif ! $PSQL -c 'select * from ttrss_version'; then
$PSQL < /var/www/html/tt-rss/schema/ttrss_schema_pgsql.sql $PSQL < /var/www/html/tt-rss/schema/ttrss_schema_pgsql.sql
fi fi
cp ${SCRIPT_ROOT}/config.docker.php $DST_DIR/config.php
# this was previously generated # this was previously generated
rm -f $DST_DIR/config.php.bak rm -f $DST_DIR/config.php.bak

Loading…
Cancel
Save