mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2026-02-12 12:29:24 +00:00
Update Dockerfile
This commit is contained in:
@@ -9,6 +9,4 @@ RUN cd /spotify-downloader && pip install -U -r requirements.txt
|
|||||||
ADD spotdl.py /spotify-downloader/
|
ADD spotdl.py /spotify-downloader/
|
||||||
ADD core/ /spotify-downloader/core
|
ADD core/ /spotify-downloader/core
|
||||||
|
|
||||||
WORKDIR /spotify-downloader
|
ENTRYPOINT ["python3", "/spotify-downloader/spotdl.py", "-f", "/spotify-downloader"]
|
||||||
|
|
||||||
ENTRYPOINT ["python3", "spotdl.py", "-f", "/spotify-downloader"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user