mirror of
https://github.com/StefBuwalda/cal_counter.git
synced 2025-10-29 10:50:00 +00:00
Do not update pip
This commit is contained in:
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user