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
This commit is contained in:
@@ -5,7 +5,6 @@ RUN apk update && \
|
|||||||
apk add --no-cache build-base ffmpeg && \
|
apk add --no-cache build-base ffmpeg && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
COPY requirements.txt requirements.txt
|
COPY requirements.txt requirements.txt
|
||||||
COPY data.json data.json
|
|
||||||
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 youdis.py
|
COPY youdis.py youdis.py
|
||||||
CMD ["python3", "youdis.py"]
|
CMD ["python3", "youdis.py"]
|
||||||
Reference in New Issue
Block a user