Remove audio for the time being

This commit is contained in:
2021-08-04 17:19:47 +01:00
parent c32cef2da5
commit ca281fb34f
2 changed files with 7 additions and 8 deletions

View File

@ -1,7 +1,6 @@
FROM python:3.9.6-buster
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN apt-get install libopus-dev
RUN pip install --upgrade pip
RUN pip install -r requirements.txt
CMD python3 -u ./bot.py