Update Dockerfile
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 5 Mar 2021 08:29:48 +0000 (09:29 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Mar 2021 08:29:48 +0000 (09:29 +0100)
Dockerfile

index a1e4af3273dd8349a3dff4855cec759bc7e944f7..05c1e27166fc46abe8462c5074d80e2a32a7e89c 100644 (file)
@@ -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"]