FROM python:3.11 WORKDIR /applicationbot COPY . ./ RUN pip install --timeout 10000 -r requirements.txt CMD [ "python", "./applicationbot.py"]