Added COPY config.toml .

This commit is contained in:
Charlie 2026-02-01 21:20:36 +13:00
parent 64b1d812cd
commit 44798612f5

View file

@ -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"]