From b0c0bb1d2178c36f99367ec04ae4f66eaeabaf5a Mon Sep 17 00:00:00 2001 From: eulaly Date: Sat, 16 Aug 2025 21:59:49 -0400 Subject: [PATCH] fix dockerfile syntax error --- dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfile b/dockerfile index 5a41345..bea22f4 100644 --- a/dockerfile +++ b/dockerfile @@ -8,6 +8,6 @@ COPY requirements.txt requirements.txt RUN python3 -m pip install --no-cache-dir -r requirements.txt COPY youdis.py youdis.py COPY default-yt-dlp.conf /app/default-yt-dlp.conf -COPY create-ytdlp-conf.sh /app/create-ytdlp-conf.sh -ENTRYPOINT ["/app/create-ytdlp-conf.sh"] +COPY create-ytdlp-config.sh /app/create-ytdlp-config.sh +ENTRYPOINT ["/app/create-ytdlp-config.sh"] CMD ["python3", "youdis.py"] \ No newline at end of file