dev [release-patch] #6

Merged
WorldTeacher merged 13 commits from dev into main 2025-11-25 09:05:54 +00:00
Showing only changes of commit c21afa0776 - Show all commits

View File

@@ -6,7 +6,7 @@ RUN apt upgrade -y
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt --extra-index-url https://git.theprivateserver.de/api/packages/PHB/pypi/simple/
COPY . .