Releajing commited on
Commit
272a2c1
1 Parent(s): 9700682

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -109,6 +109,7 @@ FROM python:3.9
109
  WORKDIR /app
110
 
111
  COPY requirements.txt .
 
112
  RUN pip install --no-cache-dir -r requirements.txt
113
 
114
  COPY . .
 
109
  WORKDIR /app
110
 
111
  COPY requirements.txt .
112
+ RUN pip install --upgrade pip
113
  RUN pip install --no-cache-dir -r requirements.txt
114
 
115
  COPY . .