diff --git a/Dockerfile b/Dockerfile index 67dbde4..a7df482 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,6 @@ RUN pip install --no-cache-dir -r requirements.txt COPY bot.py . COPY cogs/ ./cogs/ +COPY config.toml . CMD ["python", "bot.py"] \ No newline at end of file