diff --git a/Dockerfile b/Dockerfile index 77822e3..0e964ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ WORKDIR /app COPY . . RUN pip install --no-cache-dir -r requirements.txt \ - && playwright install-deps \ - && playwright install + && playwright install --with-deps chromium -CMD ["python", "main.py"] \ No newline at end of file +CMD ["python", "main.py"]