From adf8672c44eab52224555dc69824e82ce9435b5d Mon Sep 17 00:00:00 2001 From: eulaly Date: Sun, 26 Jan 2025 21:35:57 -0500 Subject: [PATCH] changed folders /unraid -> /downloads added folder /config and moved archive.txt and data.json (now users.json) into it removed unused yt-dlp.conf file since hardcoded --- dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/dockerfile b/dockerfile index ecc4a71..b8d769e 100644 --- a/dockerfile +++ b/dockerfile @@ -5,7 +5,6 @@ RUN apk update && \ apk add --no-cache build-base ffmpeg && \ rm -rf /var/cache/apk/* COPY requirements.txt requirements.txt -COPY data.json data.json RUN python3 -m pip install --no-cache-dir -r requirements.txt COPY youdis.py youdis.py CMD ["python3", "youdis.py"] \ No newline at end of file