randydev commited on
Commit
483b366
1 Parent(s): 68449a6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -60,7 +60,7 @@ ENV CHROME_BIN /usr/bin/google-chrome-stable
60
  COPY . .
61
  COPY requirements.txt .
62
  RUN pip3 install --upgrade pip setuptools==59.6.0
63
- RUN pip3 install --no-cache-dir -r requirements.txt
64
 
65
  RUN mkdir -p /app /.cache
66
  RUN chown -R 1000:0 /app /.cache
 
60
  COPY . .
61
  COPY requirements.txt .
62
  RUN pip3 install --upgrade pip setuptools==59.6.0
63
+ RUN pip3 install -r requirements.txt
64
 
65
  RUN mkdir -p /app /.cache
66
  RUN chown -R 1000:0 /app /.cache