]> git.armaanb.net Git - tall.bot.git/blob - Dockerfile
add tell me more support with sqlite database
[tall.bot.git] / Dockerfile
1 FROM python:3.8
2
3 WORKDIR /src
4 COPY . .
5
6 RUN pip install -r requirements.txt
7
8 ENTRYPOINT python tallbot.py $TOKEN