FROM python:3.8 WORKDIR /src COPY . . RUN pip install -r requirements.txt ENTRYPOINT python tallbot.py $TOKEN