Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -41,7 +41,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 41 |
|
| 42 |
# Install Playwright and browsers
|
| 43 |
RUN playwright install-deps chromium
|
| 44 |
-
RUN playwright install chromium
|
| 45 |
|
| 46 |
# Copy the application code
|
| 47 |
COPY app.py .
|
|
|
|
| 41 |
|
| 42 |
# Install Playwright and browsers
|
| 43 |
RUN playwright install-deps chromium
|
|
|
|
| 44 |
|
| 45 |
# Copy the application code
|
| 46 |
COPY app.py .
|