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"]