Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -49,7 +49,7 @@ RUN ls -la
|
|
| 49 |
# Install Python dependencies and the Chromium browser with Playwright within the venv.
|
| 50 |
RUN .venv/bin/uv pip install playwright \
|
| 51 |
&& .venv/bin/uv pip install -r requirements.txt \
|
| 52 |
-
&& playwright install --with-deps chromium
|
| 53 |
|
| 54 |
|
| 55 |
# Expose the default port for the web application.
|
|
|
|
| 49 |
# Install Python dependencies and the Chromium browser with Playwright within the venv.
|
| 50 |
RUN .venv/bin/uv pip install playwright \
|
| 51 |
&& .venv/bin/uv pip install -r requirements.txt \
|
| 52 |
+
&& .venv/bin/playwright install --with-deps chromium
|
| 53 |
|
| 54 |
|
| 55 |
# Expose the default port for the web application.
|