bambadij commited on
Commit
fd5628c
·
1 Parent(s): 49fa9a8

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM python:3.9
3
  WORKDIR /app
4
 
5
  COPY . /app/
 
6
 
7
  RUN pip install --no-cache-dir -r requirements.txt
8
 
 
3
  WORKDIR /app
4
 
5
  COPY . /app/
6
+ RUN pip install --upgrade pip
7
 
8
  RUN pip install --no-cache-dir -r requirements.txt
9