From 2c8520ddd063a2ca748bf4bb17762522e75a7249 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 11 Jun 2022 20:33:00 -0400 Subject: [PATCH] Update Dockerfile.amd64 --- Dockerfile.amd64 | 5 +++++ 1 file changed, 5 insertions(+) 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