d3evil4 commited on
Commit
a32b031
·
verified ·
1 Parent(s): caf223c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -41,7 +41,6 @@ RUN pip install --no-cache-dir -r requirements.txt
41
 
42
  # Install Playwright and browsers
43
  RUN playwright install-deps chromium
44
- RUN playwright install chromium
45
 
46
  # Copy the application code
47
  COPY app.py .
 
41
 
42
  # Install Playwright and browsers
43
  RUN playwright install-deps chromium
 
44
 
45
  # Copy the application code
46
  COPY app.py .