feat: big refactor

This commit is contained in:
2025-03-02 19:40:37 +01:00
parent d558f4c37e
commit 48a5f1289d
10 changed files with 632 additions and 575 deletions

View File

@@ -2,11 +2,12 @@ FROM python:alpine
WORKDIR /aw-bot
COPY . /aw-bot
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
COPY patterns.json /aw-bot
COPY bot /aw-bot/bot
COPY aw.py .
COPY patterns.json .
ENV BOT_TOKEN=""