Update Dockerfile
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 2 Nov 2020 15:15:37 +0000 (16:15 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 2 Nov 2020 15:15:37 +0000 (16:15 +0100)
Dockerfile

index a241ba167ef987d35c304cc6b90b4ca101fc3937..f9ce4f5d05b2c8ea9a76a5eb47d7521562a428ad 100755 (executable)
@@ -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" ]