fix docker syntax
Some checks failed
push new builds to gitea, dockerhub / build (push) Failing after 2m40s
Some checks failed
push new builds to gitea, dockerhub / build (push) Failing after 2m40s
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
20250829-d539915
|
20250829-33d5de6
|
||||||
|
|||||||
Reference in New Issue
Block a user