From: marcelveldt Date: Wed, 16 Oct 2019 06:20:55 +0000 (+0200) Subject: Update Dockerfile X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=cf3a4c8739cf18e8331895e0651c83607524b1a6;p=music-assistant-server.git Update Dockerfile --- diff --git a/Dockerfile b/Dockerfile index fb048f41..e5e9bbbc 100755 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,4 @@ ENV mass_debug false ENV mass_datadir /data ENV mass_update false -CMD ["python3 /usr/src/app/mass.py"] \ No newline at end of file +CMD ["/usr/src/app/mass.py"] \ No newline at end of file