diff --git a/Dockerfile b/Dockerfile index fd06a59..352c5d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,6 @@ RUN apt-get update && \ RUN shards install && shards build --release +VOLUME /output + ENTRYPOINT ["/build/bin/muse-dl"] \ No newline at end of file