New Docker build system
This commit is contained in:
parent
08c84f57d3
commit
b72615db63
1 changed files with 13 additions and 0 deletions
13
entrypoint.sh
Normal file
13
entrypoint.sh
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
#!/usr/bin/env ash
|
||||||
|
|
||||||
|
#update yt-dlp as there are breaking changes often
|
||||||
|
yt-dlp -U
|
||||||
|
|
||||||
|
if $? == 0; then
|
||||||
|
clear
|
||||||
|
echo Updated yt-dlp
|
||||||
|
else
|
||||||
|
echo ERROR updating yt-dlp
|
||||||
|
fi
|
||||||
|
|
||||||
|
/app/bloaterbot
|
Loading…
Reference in a new issue