diff --git a/dockerfile b/dockerfile index 9bc30e7..c3b0883 100644 --- a/dockerfile +++ b/dockerfile @@ -7,7 +7,7 @@ RUN apk update && \ COPY requirements.txt . RUN python3 -m pip install --no-cache-dir -r requirements.txt -COPY youdis.py, default-yt-dlp.conf, update-ytdlp.sh run-youdis.sh /app/ +COPY youdis.py default-yt-dlp.conf update-ytdlp.sh run-youdis.sh /app/ RUN chmod +x /app/update-ytdlp.sh /app/run-youdis.sh COPY weekly-restart /etc/cron.d/ diff --git a/youdis-version.txt b/youdis-version.txt index 291c506..57d09c7 100644 --- a/youdis-version.txt +++ b/youdis-version.txt @@ -1 +1 @@ -20250829-d539915 +20250829-33d5de6