FROM python:3.10.9 COPY . . WORKDIR / RUN pip install --no-cache-dir --upgrade -r /requirements.txt CMD ["python", "main.py"]