mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2026-09-19 22:42:49 +00:00
Bugfix: writing to STDOUT would do opposite
This commit is contained in:
+1
-1
@@ -13,4 +13,4 @@ RUN pip install .
|
||||
RUN mkdir /music
|
||||
WORKDIR /music
|
||||
|
||||
ENTRYPOINT ["spotdl", "-f", "/music"]
|
||||
ENTRYPOINT ["spotdl"]
|
||||
|
||||
Reference in New Issue
Block a user