Rebase project v0.1

This commit is contained in:
annihilator708
2018-05-22 22:35:12 +02:00
parent 5f9368e037
commit b8f5f0da0c
17 changed files with 519 additions and 631 deletions
+1 -5
View File
@@ -12,12 +12,8 @@ RUN add-apt-repository ppa:deadsnakes/ppa && \
apt-get update && apt-get install python3.6 && \
apt-get install python3-pip -y
RUN apt install git -y
RUN apt install curl -y
RUN curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - && \
apt install nodejs -y
RUN npm install discord.js
RUN python3.6 -m pip install --upgrade pip && \
python3.6 -m pip install -r requirements.txt && \
python3.6 -m pip install -U git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py[voice]
cmd ['bash', '-c', 'entrypoint.sh']
cmd ["python3.6","run.py"]