FROM python:3 ADD bot.py / ADD . / RUN pip install -r requirements.txt CMD [ "python", "./bot.py" ]