Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,7 +25,7 @@ COPY requirements.txt /app/
|
|
25 |
RUN pip install --no-cache-dir -r requirements.txt
|
26 |
|
27 |
# Install Playwright and browser dependencies
|
28 |
-
RUN
|
29 |
RUN playwright install --with-deps chromium
|
30 |
|
31 |
# Copy the project files
|
|
|
25 |
RUN pip install --no-cache-dir -r requirements.txt
|
26 |
|
27 |
# Install Playwright and browser dependencies
|
28 |
+
RUN playwright install
|
29 |
RUN playwright install --with-deps chromium
|
30 |
|
31 |
# Copy the project files
|