mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-12 18:19:52 +02:00
run update-ca-certificates on container startup
This commit is contained in:
parent
c23aec413a
commit
5f3a1bcc75
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_DIR=/src/tt-rss/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue