Updated docker file

Hope I did this right? Googled "docking" and I am not gonna do that again any time soon...
This commit is contained in:
Espy | Neko | 404 2018-05-22 22:55:42 +01:00 committed by GitHub
parent c7f77241e2
commit 0a66e5d78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,4 +16,4 @@ RUN python3.6 -m pip install --upgrade pip && \
python3.6 -m pip install -r requirements.txt && \ 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] python3.6 -m pip install -U git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py[voice]
cmd ["python3.6","run.py"] cmd ["python3.6","-m","src"]