mirror of
https://github.com/alterware/aw-bot.git
synced 2025-10-26 22:16:58 +00:00
feat: big refactor
This commit is contained in:
@@ -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=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user