From 739230625bf18b0544a62f546b4c3160e1bb145f Mon Sep 17 00:00:00 2001 From: Slfhstd Date: Sun, 8 Mar 2026 18:31:16 +0000 Subject: [PATCH] name updates --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3d641e5..04a1782 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,6 @@ FROM python:3.11-slim WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt -COPY . . -CMD ["python", "modbot.py"] +COPY config.py . +COPY modreplybot.py . +CMD ["python", "modreplybot.py"]