Set the default prefix correctly for production

This commit is contained in:
Dustin Pianalto 2020-04-07 22:42:38 -08:00
parent 06cc1ab2ef
commit ac65d36ce8

View File

@ -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 .