fix docker syntax
Some checks failed
push new builds to gitea, dockerhub / build (push) Failing after 2m40s

This commit is contained in:
2025-08-29 15:29:03 -04:00
parent 33d5de6a77
commit 22fb495e0d
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ RUN apk update && \
COPY requirements.txt . COPY requirements.txt .
RUN python3 -m pip install --no-cache-dir -r 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 RUN chmod +x /app/update-ytdlp.sh /app/run-youdis.sh
COPY weekly-restart /etc/cron.d/ COPY weekly-restart /etc/cron.d/

View File

@@ -1 +1 @@
20250829-d539915 20250829-33d5de6