1 Commits

Author SHA1 Message Date
7ff345d3a2 Do not update pip 2025-08-14 04:07:15 +02:00

View File

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