Samizie commited on
Commit
c4a68f1
·
verified ·
1 Parent(s): 1e420ee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ COPY requirements.txt /app/
25
  RUN pip install --no-cache-dir -r requirements.txt
26
 
27
  # Install Playwright and browser dependencies
28
- RUN pip install playwright
29
  RUN playwright install --with-deps chromium
30
 
31
  # Copy the project files
 
25
  RUN pip install --no-cache-dir -r requirements.txt
26
 
27
  # Install Playwright and browser dependencies
28
+ RUN playwright install
29
  RUN playwright install --with-deps chromium
30
 
31
  # Copy the project files