diff --git a/Dockerfile b/Dockerfile index e440311..4d39739 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt -RUN playwright install --with-deps chromium +RUN python -m playwright install --with-deps chromium COPY . .