From 22fb495e0d1224d2c953c62172489a139278169d Mon Sep 17 00:00:00 2001 From: eulaly Date: Fri, 29 Aug 2025 15:29:03 -0400 Subject: [PATCH] fix docker syntax --- dockerfile | 2 +- youdis-version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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