FROM python:3.12-slim RUN pip install --no-cache-dir setuptools selenium websockets WORKDIR /app COPY main.py . CMD ["python", "main.py"]