FROM python:3.13 WORKDIR /mmolbbot COPY . /mmolbbot RUN pip install -U --timeout 10000 -r requirements.txt CMD ["python", "bot.py"]