Update Dockerfile
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 3 Nov 2020 11:38:05 +0000 (12:38 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 3 Nov 2020 11:38:05 +0000 (12:38 +0100)
Dockerfile

index 48397c851c275054e65f5d1e44aa835f8bc56a62..09de752a8eba25055046179987d72f2d0274a7a9 100755 (executable)
@@ -76,4 +76,4 @@ EXPOSE 8095/tcp
 VOLUME [ "/data" ]
 
 ENV LD_PRELOAD=/usr/local/lib/libjemalloc.so
-ENTRYPOINT ["python3", "-m", "music_assistant", "--config", "/data"]
\ No newline at end of file
+ENTRYPOINT ["mass", "--config", "/data"]
\ No newline at end of file