projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69f7b91
)
Update Dockerfile
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 5 Mar 2021 08:29:48 +0000
(09:29 +0100)
committer
GitHub
<noreply@github.com>
Fri, 5 Mar 2021 08:29:48 +0000
(09:29 +0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index a1e4af3273dd8349a3dff4855cec759bc7e944f7..05c1e27166fc46abe8462c5074d80e2a32a7e89c 100644
(file)
--- 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"]