d3evil4 commited on
Commit
9c8f248
·
verified ·
1 Parent(s): 9134aa0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN pip install fastapi uvicorn playwright nest_asyncio
25
 
26
  # Install Playwright browsers (Chromium only)
27
  RUN playwright install --with-deps chromium
28
- # RUN playwright install
29
  # Expose the FastAPI port
30
 
31
  # Command to run the FastAPI app
 
25
 
26
  # Install Playwright browsers (Chromium only)
27
  RUN playwright install --with-deps chromium
28
+ RUN playwright install
29
  # Expose the FastAPI port
30
 
31
  # Command to run the FastAPI app