randydev commited on
Commit
bc213e5
·
verified ·
1 Parent(s): ae47685

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -67,6 +67,7 @@ RUN mkdir -p uploads && chmod 777 uploads
67
  COPY . .
68
  COPY requirements.txt .
69
  RUN pip3 install --no-cache-dir --only-binary :all: -r requirements.txt
 
70
 
71
  RUN chown -R 1000:0 .
72
  RUN chmod 777 .
 
67
  COPY . .
68
  COPY requirements.txt .
69
  RUN pip3 install --no-cache-dir --only-binary :all: -r requirements.txt
70
+ RUN pip3 install --upgrade pip
71
 
72
  RUN chown -R 1000:0 .
73
  RUN chmod 777 .