1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-12 16:29:51 +02:00

run update-ca-certificates on container startup

This commit is contained in:
Andrew Dolgov 2021-08-23 10:13:36 +03:00
parent c23aec413a
commit 5f3a1bcc75

View file

@ -14,6 +14,8 @@ if ! id app >/dev/null 2>&1; then
adduser -D -h /var/www/html -G app -u $OWNER_UID app
fi
update-ca-certificates || true
DST_DIR=/var/www/html/tt-rss
SRC_DIR=/src/tt-rss/