Add voice, Change yml, Change media

This commit is contained in:
CramMK
2020-02-13 17:05:21 +01:00
parent 05d2829bae
commit 3ac095ec21
12 changed files with 122 additions and 64 deletions

View File

@@ -1,11 +1,9 @@
FROM python:3.6
MAINTAINER Marco Thomas
RUN mkdir /aquabot-docker
WORKDIR /aquabot-docker
COPY . /aquabot-docker
RUN pip install --user -r requirements.txt
CMD ["python", "aquabot.py"]
CMD ["python3", "aquabot.py"]