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:
07076ae
)
Update Dockerfile
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Mon, 2 Nov 2020 15:15:37 +0000
(16:15 +0100)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Mon, 2 Nov 2020 15:15:37 +0000
(16:15 +0100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index a241ba167ef987d35c304cc6b90b4ca101fc3937..f9ce4f5d05b2c8ea9a76a5eb47d7521562a428ad 100755
(executable)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-77,9
+77,6
@@
RUN pip install --upgrade uvloop music-assistant==${MASS_VERSION}
RUN apk del .build-deps \
&& rm -rf /usr/src/*
-COPY run.sh /
-RUN chmod +x /run.sh
-WORKDIR /
ENV DEBUG=false
VOLUME [ "/data" ]