From 44798612f599a776e7941f589bf62fff40a795f9 Mon Sep 17 00:00:00 2001 From: Charlie Date: Sun, 1 Feb 2026 21:20:36 +1300 Subject: [PATCH] Added COPY config.toml . --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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