Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -55,8 +55,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
| 55 |
pip install --no-cache-dir -r requirements.txt
|
| 56 |
|
| 57 |
# Instalar navegadores para Playwright
|
| 58 |
-
RUN playwright install chromium
|
| 59 |
-
RUN playwright install chromium
|
| 60 |
|
| 61 |
# Crear directorios necesarios
|
| 62 |
RUN mkdir -p /code/logs /code/models /tmp
|
|
|
|
| 55 |
pip install --no-cache-dir -r requirements.txt
|
| 56 |
|
| 57 |
# Instalar navegadores para Playwright
|
| 58 |
+
RUN playwright install chromium
|
|
|
|
| 59 |
|
| 60 |
# Crear directorios necesarios
|
| 61 |
RUN mkdir -p /code/logs /code/models /tmp
|