d3evil4 commited on
Commit
6e47ea6
·
verified ·
1 Parent(s): 8c6edbd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN pip install fastapi uvicorn playwright nest_asyncio
18
 
19
  # Install Playwright browsers (Chromium only)
20
  RUN playwright install --with-deps chromium
21
-
22
  # Expose the FastAPI port
23
 
24
  # Command to run the FastAPI app
 
18
 
19
  # Install Playwright browsers (Chromium only)
20
  RUN playwright install --with-deps chromium
21
+ RUN playwright install
22
  # Expose the FastAPI port
23
 
24
  # Command to run the FastAPI app