fix typo in dockerfile
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 3 Sep 2024 21:27:10 +0000 (23:27 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Sep 2024 21:27:10 +0000 (23:27 +0200)
Dockerfile

index 49a96db5e37f6bd4b989f922044bf37a95eb2991..075432281ebe2b92303698b55286e058e2321bce 100644 (file)
@@ -29,9 +29,9 @@ RUN set -x \
 # Copy widevine client files to container
 RUN mkdir -p /usr/local/bin/widevine_cdm
 COPY widevine_cdm/* /usr/local/bin/widevine_cdm/
-COPY pre_built_whl/music_assitant-${MASS_VERSION}-py3-none-any.whl /tmp/
+COPY pre_built_whl/music_assistant-${MASS_VERSION}-py3-none-any.whl /tmp/
 
-RUN bash -c 'if [ "${DEV_RELEASE}" = "false" ]; then rm /tmp/music_assitant-${MASS_VERSION}-py3-none-any.whl; fi'
+RUN bash -c 'if [ "${DEV_RELEASE}" = "false" ]; then rm /tmp/music_assistant-${MASS_VERSION}-py3-none-any.whl; fi'
 
 # Upgrade pip + Install uv
 RUN pip install --upgrade pip \