Skip to content

Commit

Permalink
Update Dockerfile (spotDL#1509)
Browse files Browse the repository at this point in the history
* add git to package install list

* make `/music` a volume

Co-authored-by: Jakub Kot <42355410+xnetcat@users.noreply.github.com>
  • Loading branch information
2 people authored and lukaszb committed May 29, 2022
1 parent 6870fc8 commit 3df59b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ RUN pip install --no-cache-dir .

# Create music directory
RUN mkdir /music

# Create a volume for the output directory
VOLUME /music

# Change CWD to /music
WORKDIR /music

# Entrypoint command
Expand Down

0 comments on commit 3df59b2

Please sign in to comment.