v2.1.1 of the bot, which is currently in use on the Geas server.

This commit is contained in:
2021-07-07 15:00:44 +01:00
parent 8aaf7f4e4c
commit 70b98d6c18
11 changed files with 1244 additions and 2 deletions

6
app/Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM python:3.8.6-buster
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN pip install --upgrade pip
RUN pip install -r requirements.txt
CMD python3 -u ./bot.py