moved dockerfile to alpine, added some errors in music

This commit is contained in:
Toastie 2025-02-13 12:34:08 +13:00
parent 71242d3e80
commit 9cd67a22c4
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
4 changed files with 24 additions and 13 deletions

View file

@ -6,7 +6,8 @@ data_init="/app/data_init"
data="/app/data"
# Merge data_init into data without overwrites.
cp -R -n "$data_init/." "$data/"
# cp -R -n "$data_init/." "$data/"
cp -R "$data_init/." "$data/"
echo "Yt-dlp update"
# TODO: Update yt-dlp. It should not crash the entrypoint if ca-certificates is not installed