mirror of
https://github.com/alterware/aw-bot.git
synced 2025-10-26 22:16:58 +00:00
feat: best voice ever
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
FROM python:alpine
|
||||
FROM python:slim-bookworm
|
||||
|
||||
RUN apt update && apt install -y ffmpeg
|
||||
|
||||
WORKDIR /aw-bot
|
||||
|
||||
@@ -7,6 +9,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY bot /aw-bot/bot
|
||||
COPY database /aw-bot/database
|
||||
COPY sounds /aw-bot/sounds
|
||||
COPY aw.py .
|
||||
|
||||
ENV BOT_TOKEN=""
|
||||
|
||||
Reference in New Issue
Block a user