diff --git a/Dockerfile b/Dockerfile index 93e8ba9..5a320cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,5 +11,4 @@ RUN apt-get update && \ chmod +x /usr/local/bin/yt-dlp && \ rm -rf /var/lib/apt/lists/* -#ENTRYPOINT ["yt-dlp", "--version"] ENTRYPOINT ["node", "bot.js"]