typo
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 11 Jul 2023 00:19:29 +0000 (02:19 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 11 Jul 2023 00:19:29 +0000 (02:19 +0200)
Dockerfile

index 1d422e7f867ddcf5bc23d38cbb051068046cbc81..f1f66b1caf6d714d646d281285c60a46f6ec91eb 100644 (file)
@@ -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 \