From 0a66e5d78fd916745f2eec6cb5fb658848cd6d2c Mon Sep 17 00:00:00 2001 From: Espy | Neko | 404 <34942042+neko404notfound@users.noreply.github.com> Date: Tue, 22 May 2018 22:55:42 +0100 Subject: [PATCH] Updated docker file Hope I did this right? Googled "docking" and I am not gonna do that again any time soon... --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 3cce367..87c38ca 100644 --- a/dockerfile +++ b/dockerfile @@ -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 -U git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py[voice] -cmd ["python3.6","run.py"] +cmd ["python3.6","-m","src"]