From: Marcel van der Veldt Date: Tue, 3 Nov 2020 11:38:05 +0000 (+0100) Subject: Update Dockerfile X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=ec2e3546a686aa8904e57d996117e8ef21a1fd0f;p=music-assistant-server.git Update Dockerfile --- diff --git a/Dockerfile b/Dockerfile index 48397c85..09de752a 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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