Updates to ensure config from docker

This commit is contained in:
2026-03-05 15:54:44 +00:00
parent 2b3d6a9ace
commit 827414d762
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -3,5 +3,6 @@ FROM python:3.11-slim
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
COPY bot.py .
COPY config.py .
CMD ["python", "bot.py"]