moved dockerfile to alpine, added some errors in music
This commit is contained in:
parent
71242d3e80
commit
9cd67a22c4
4 changed files with 24 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue