Browse Source

Force youtube-dl update on restart

Kirk Trombley 4 years ago
parent
commit
c7952ae9e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -12,4 +12,4 @@ RUN chmod a+rx /usr/local/bin/youtube-dl
 
 COPY pull/audiobot/* /audiobot/
 
-CMD dotnet /audiobot/TS3AudioBot.dll
+CMD youtube-dl -U && dotnet /audiobot/TS3AudioBot.dll