mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2026-02-11 03:49:33 +00:00
Update Dockerfile
This commit is contained in:
@@ -4,9 +4,13 @@ RUN apk add --no-cache \
|
|||||||
ffmpeg
|
ffmpeg
|
||||||
|
|
||||||
ADD requirements.txt /spotify-downloader/
|
ADD requirements.txt /spotify-downloader/
|
||||||
RUN cd /spotify-downloader && pip install -U -r requirements.txt
|
RUN pip install -r /spotify-downloader/requirements.txt
|
||||||
|
RUN rm /spotify-downloader/requirements.txt
|
||||||
|
|
||||||
ADD spotdl.py /spotify-downloader/
|
ADD spotdl.py /spotify-downloader/
|
||||||
ADD core/ /spotify-downloader/core
|
ADD core/ /spotify-downloader/core
|
||||||
|
|
||||||
ENTRYPOINT ["python3", "/spotify-downloader/spotdl.py", "-f", "/spotify-downloader"]
|
RUN mkdir /music
|
||||||
|
WORKDIR /music
|
||||||
|
|
||||||
|
ENTRYPOINT ["python3", "/spotify-downloader/spotdl.py", "-f", "/music"]
|
||||||
|
|||||||
Reference in New Issue
Block a user