mirror of
https://github.com/alterware/aw-bot.git
synced 2025-10-26 22:16:58 +00:00
init
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM python:alpine
|
||||
|
||||
WORKDIR /aw-bot
|
||||
|
||||
COPY . /aw-bot
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY patterns.json /aw-bot
|
||||
|
||||
ENV BOT_TOKEN=""
|
||||
|
||||
CMD ["python", "aw.py"]
|
||||
Reference in New Issue
Block a user