diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 7780f69..b38d7be 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -21,6 +21,11 @@ RUN \ tidal-dl \ deemix +# copy local files +COPY root/ / + +WORKDIR /config + # ports and volumes EXPOSE 8686 VOLUME /config /music /music-videos /downloads