mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-09 12:20:02 +02:00
run update-ca-certificates on container startup
This commit is contained in:
parent
54c78c3323
commit
3c30e41606
1 changed files with 2 additions and 0 deletions
|
@ -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_REPO=https://git.tt-rss.org/fox/tt-rss.git
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue