rm dedug data from Dockerfile

This commit is contained in:
fullgream 2025-10-15 08:24:33 +03:00
parent 04edf580e7
commit f90e4f1827

View File

@ -11,5 +11,4 @@ RUN apt-get update && \
chmod +x /usr/local/bin/yt-dlp && \ chmod +x /usr/local/bin/yt-dlp && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
#ENTRYPOINT ["yt-dlp", "--version"]
ENTRYPOINT ["node", "bot.js"] ENTRYPOINT ["node", "bot.js"]