chore: dockerize bot (#1)
Co-authored-by: ErrorNoInternet <errornointernet@envs.net>
This commit is contained in:
parent
eeca6ec5d9
commit
dfe05cc548
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM python:3.13-alpine
|
||||
|
||||
RUN apk --no-cache add ffmpeg opus
|
||||
|
||||
WORKDIR /bot
|
||||
COPY . .
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
CMD ["python", "-OO", "main.py"]
|
Loading…
x
Reference in New Issue
Block a user