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