Update Dockerfile
Browse files- 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
|