name updates

This commit is contained in:
2026-03-08 18:31:16 +00:00
parent 1604544843
commit 739230625b
+3 -2
View File
@@ -3,5 +3,6 @@ FROM python:3.11-slim
WORKDIR /app WORKDIR /app
COPY requirements.txt . COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY config.py .
CMD ["python", "modbot.py"] COPY modreplybot.py .
CMD ["python", "modreplybot.py"]