diff --git a/Dockerfile b/Dockerfile index 4d39739..554d477 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM python:3.11-slim ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONUNBUFFERED=1 ENV USE_ENV=true +ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright WORKDIR /app @@ -17,7 +18,6 @@ RUN python -m playwright install --with-deps chromium COPY . . -# Configuration de la vérification de santé Docker HEALTHCHECK --interval=1m --timeout=10s --start-period=30s --retries=3 \ CMD python healthcheck.py