ModReplyBot 1.0.0 release

This commit is contained in:
2026-03-08 21:32:51 +00:00
parent 739230625b
commit 95410c64bf
5 changed files with 67 additions and 36 deletions
+1
View File
@@ -5,4 +5,5 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY config.py .
COPY modreplybot.py .
ENV PYTHONUNBUFFERED=1
CMD ["python", "modreplybot.py"]