From: Marcel van der Veldt Date: Tue, 11 Jul 2023 00:19:29 +0000 (+0200) Subject: typo X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=e50d3076f910de7d6da297baae59841f95159624;p=music-assistant-server.git typo --- diff --git a/Dockerfile b/Dockerfile index 1d422e7f..f1f66b1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,7 +70,7 @@ RUN --mount=type=bind,target=/tmp/wheels,source=/wheels,from=wheels-builder,rw \ RUN pip3 install \ --no-cache-dir \ music-assistant[server]==${MASS_VERSION} \ - && python3 -m compileall music-assistant + && python3 -m compileall music_assistant # Enable jemalloc RUN \