From ecc037a8c05971d73d1a2d8083ad721fc2d2b70a Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Fri, 5 Mar 2021 09:29:48 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a1e4af32..05c1e271 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN cd /tmp \ # Include frontend-app in the source files && curl -L https://github.com/music-assistant/app/archive/master.tar.gz | tar xz \ && mv app-master/docs /tmp/music_assistant/web/static \ - && pip install --no-cache-dir music_assistant \ + && pip install --no-cache-dir . \ # cleanup && rm -rf /tmp/* @@ -14,4 +14,4 @@ EXPOSE 8095/tcp VOLUME [ "/data" ] -ENTRYPOINT ["mass", "--config", "/data"] \ No newline at end of file +ENTRYPOINT ["mass", "--config", "/data"] -- 2.34.1