Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -41,4 +41,4 @@ COPY templates/ templates/

EXPOSE 5000

CMD ["gunicorn", "--workers", "1", "--threads", "4", "--bind", "0.0.0.0:5000", "app:app"]
CMD ["gunicorn", "--workers", "1", "--threads", "4", "--bind", "0.0.0.0:5000", "app:app"]