From 071039098339df9cf06482171ecaae850aacf946 Mon Sep 17 00:00:00 2001 From: H4LO <75143373+h4lodev@users.noreply.github.com> Date: Wed, 29 Apr 2026 13:50:32 -0300 Subject: [PATCH] Change PR ver from PR #7 to PR #27 of the module. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 43fc50c..1ebc1e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y ffmpeg git && rm -rf /var/lib/apt/lists COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt -RUN pip install --no-cache-dir --force-reinstall --upgrade git+https://github.com/ShuShuzinhuu/SpotiFLAC-Module-Version.git@refs/pull/7/head +RUN pip install --no-cache-dir --force-reinstall --upgrade git+https://github.com/ShuShuzinhuu/SpotiFLAC-Module-Version.git@refs/pull/27/head # === GOD MODE YAMASI (Python Çekirdek Yaması) === # Python'un klasör yaratma kuralını, sistemin en derinine (sitecustomize) yazıyoruz. @@ -41,4 +41,4 @@ COPY templates/ templates/ EXPOSE 5000 -CMD ["gunicorn", "--workers", "1", "--threads", "4", "--bind", "0.0.0.0:5000", "app:app"] \ No newline at end of file +CMD ["gunicorn", "--workers", "1", "--threads", "4", "--bind", "0.0.0.0:5000", "app:app"]