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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -66,8 +66,7 @@ RUN mkdir -p uploads && chmod 777 uploads
66
 
67
  COPY . .
68
  COPY requirements.txt .
69
- RUN pip3 install --upgrade pip setuptools
70
- RUN pip3 install -r requirements.txt
71
 
72
  RUN chown -R 1000:0 .
73
  RUN chmod 777 .
 
66
 
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 .