Do not update pip

This commit is contained in:
2025-08-14 04:07:15 +02:00
parent 944ba17b31
commit 7ff345d3a2

View File

@@ -5,8 +5,6 @@ WORKDIR /app
COPY requirements.txt .
RUN python.exe -m pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt
COPY . .