From ac65d36ce8eaffd0b3ec7ac772ff1268ab9216fe Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Tue, 7 Apr 2020 22:42:38 -0800 Subject: [PATCH] Set the default prefix correctly for production --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 39798fb..eac1469 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ ENV REDIS_DB 0 ENV REDIS_HOST redis.geeksbot.com ENV REDIS_PORT 6379 ENV USE_DOCKER yes -ENV DISCORD_DEFAULT_PREFIX g# +ENV DISCORD_DEFAULT_PREFIX g$ ENV PYTHONPATH /code COPY entrypoint .