New Docker build system

This commit is contained in:
watn3y 2023-10-27 00:53:18 +00:00
parent 08c84f57d3
commit b72615db63

13
entrypoint.sh Normal file
View 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